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

Sample Text
This is how text may look on this color.
Best text color: #000000
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

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #FE59C2 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Neon Fuchsia
#FE59C2 Base
#59FE95
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Neon Fuchsia
#FE59C2 Base
#E859FE
#FE596F
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Neon Fuchsia
#FE59C2 Base
#C2FE59
#59C2FE
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Neon Fuchsia
#FE59C2 Base
#6FFE59
#59FEE8
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Neon Fuchsia
#FE59C2 Base
#FEE859
#59FE95
#596FFE
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Neon Fuchsia
#FE59C2 Base
#BD0179
#FE0DA6
#FE30B3
#FE82D1
#FEA5DE
#FFE6F6
Shades & Tints

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
Neon Fuchsia #FE59C2 Base
#FE75CC
#FE91D7
#FFADE1
#FFCAEB
#FFE6F6
CSS & SCSS Snippets

Ready-to-use code snippets for #FE59C2. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #FE59C2;
}

/* Text */
.element {
    color: #FE59C2;
}

/* Border */
.element {
    border: 1px solid #FE59C2;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #FE59C2,
        #59FE95
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #FE59C2,
        #59FE95
    );
}
SCSS Variable
// 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);
}
Color Blindness Simulation

How Neon Fuchsia appears to people with different types of color vision deficiency.

Normal Vision #FE59C2 How the color appears with full color vision.
Deuteranopia #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.
Protanopia #7B7BC3 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #F76E6E Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #9A9A9A Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Neon Fuchsia ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Neon Fuchsia #FE59C2 Base
Light Deep Pink #FF5CCD ΔE 1.88
Rose Pink #FF66CC ΔE 2.39
Hot Pink #FF69B4 ΔE 4.64
Purple Pizzazz #FE4EDA ΔE 4.71

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.