Neon Fuchsia (#FE59C2)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 2.83:1 — vs black: 7.42:1
Color values
-
HEX
#FE59C2 -
RGB
rgb(254, 89, 194) -
HSL
hsl(321, 98%, 67%) -
CMYK
cmyk( 0, 65, 24, 0 ) -
Websafe
#FF66CC
Tags
Style
Use case
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #FE59C2 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#FE59C2
Base
#59FE95
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#FE59C2
Base
#E859FE
#FE596F
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#FE59C2
Base
#C2FE59
#59C2FE
Two colors flanking the complement — high contrast with less tension than full complementary.
#FE59C2
Base
#6FFE59
#59FEE8
Four colors at 90° intervals — rich variety, best when one color dominates.
#FE59C2
Base
#FEE859
#59FE95
#596FFE
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#FE59C2
Base
#BD0179
#FE0DA6
#FE30B3
#FE82D1
#FEA5DE
#FFE6F6
Darker shades and lighter tints of Neon Fuchsia, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#190010
#580138
#980161
#D70189
#FE1AAB
#FE59C2
Base
#FE75CC
#FE91D7
#FFADE1
#FFCAEB
#FFE6F6
Ready-to-use code snippets for #FE59C2. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #FE59C2;
}
/* Text */
.element {
color: #FE59C2;
}
/* Border */
.element {
border: 1px solid #FE59C2;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#FE59C2,
#59FE95
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#FE59C2,
#59FE95
);
}
// SCSS variable
$neon-fuchsia: #FE59C2;
// With RGB channels (useful for rgba() usage)
$neon-fuchsia-r: 254;
$neon-fuchsia-g: 89;
$neon-fuchsia-b: 194;
// Usage
.element {
background-color: $neon-fuchsia;
color: rgba($neon-fuchsia-r, $neon-fuchsia-g, $neon-fuchsia-b, 0.8);
}
How Neon Fuchsia appears to people with different types of color vision deficiency.
#FE59C2
How the color appears with full color vision.
#A1A1BF
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#7B7BC3
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#F76E6E
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#9A9A9A
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.