Neon Fuchsia (#FE4164)

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: 3.41:1 — vs black: 6.15:1

Color values

  • HEX #FE4164
  • RGB rgb(254, 65, 100)
  • HSL hsl(348, 74%, 99%)
  • CMYK cmyk( 0, 74.41, 60.63, 0.39 )

Tags

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

Color Harmonies

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

Complementary

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

Neon Fuchsia
#FE4164 Base
#41FEDB
Analogous

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

Neon Fuchsia
#FE4164 Base
#FE41C2
#FE7C41
Triadic

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

Neon Fuchsia
#FE4164 Base
#64FE41
#4164FE
Split-Complementary

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

Neon Fuchsia
#FE4164 Base
#41FE7C
#41C2FE
Tetradic (Square)

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

Neon Fuchsia
#FE4164 Base
#C2FE41
#41FEDB
#7C41FE
Monochromatic

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

Neon Fuchsia
#FE4164 Base
#A5011F
#F1012E
#FE1843
#FE6A85
#FE8DA2
#FFD9E0
Shades & Tints

Darker shades and lighter tints of Neon Fuchsia, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#190005
#540010
#8E011B
#C90126
#FE0734
Neon Fuchsia #FE4164 Base
#FE627F
#FE839A
#FFA4B5
#FFC5CF
#FFE6EA
CSS & SCSS Snippets

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

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

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

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #FE4164,
        #FDFFFE
    );
}
SCSS Variable
// SCSS variable
$neon-fuchsia: #FE4164;

// With RGB channels (useful for rgba() usage)
$neon-fuchsia-r: 254;
$neon-fuchsia-g: 65;
$neon-fuchsia-b: 100;

// 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 #FE4164 How the color appears with full color vision.
Deuteranopia #9A9A5C 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 #6E6E66 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #FD4747 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #8B8B8B 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 #FE4164 Base
Radical Red #FF355E ΔE 1.39
Awesome #FF2052 ΔE 3.80
Folly #FF004F ΔE 4.78
Desire #EA3C53 ΔE 4.96

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.