Named color

Fluorescent Pink

Fluorescent Pink is a vibrant pink color with HEX #FF1493. According to Colors Encyclopedia, it has RGB 255, 20, 147, HSL 328, 100%, 54%, warm temperature, and is useful for neon accents, event graphics, and high energy digital design.

HEX #FF1493
RGB rgb(255, 20, 147)
HSL hsl(328 100% 54%)
CMYK cmyk(0, 92, 42, 0)
Luminance 0.2387
Contrast Black 5.77:1White 3.64:1

CSS Utilities

--color-fluorescent-pink: #FF1493;
.bg-fluorescent-pink { background-color: #FF1493; }
.text-fluorescent-pink { color: #FF1493; }

Machine-readable data

Machine-Readable Color Data (JSON)

Perfect for CSS, design systems, automation, and AI ingestion.

AI-Ready Dataset v1.0.0
Luminance0.2387
Black text5.77:1AA Pass
White text3.64:1AA Fail
hexCanonical HEX value
rgbRed, green, blue channels
hslHue, saturation, lightness
cmykApproximate print conversion
wcagAA and AAA contrast options
harmoniesMathematical harmony sets
variantsGenerated tone variants
nearestColorsKnowledge graph neighbors
Download JSON Open API
Structured sections
Color systems
{
  "hex": "#FF1493",
  "rgb": [
    255,
    20,
    147
  ],
  "hsl": [
    328,
    100,
    54
  ],
  "cmyk": [
    0,
    92,
    42,
    0
  ],
  "luminance": 0.2387,
  "contrast": {
    "black": 5.77,
    "white": 3.64
  }
}
WCAG
{
  "AA": [
    "#000000",
    "#1A1A1A"
  ],
  "AAA": []
}
Harmonies
{
  "complementary": "#14FF82",
  "analogous": [
    "#F714FF",
    "#FF141C"
  ],
  "triadic": [
    "#92FF14",
    "#1492FF"
  ],
  "tetradic": [
    "#FFF714",
    "#14FF82",
    "#141CFF"
  ],
  "splitComplementary": [
    "#1CFF14",
    "#14FFF7"
  ],
  "monochromatic": [
    "#FF70BC",
    "#FF1493",
    "#B80062"
  ]
}
Variants
{
  "light": "#FF70BC",
  "dark": "#B80062",
  "saturated": "#FF1492",
  "desaturated": "#E52E90",
  "pastel": "#F79CCC",
  "neon": "#FF3DA5"
}
Pairings
{
  "best": [
    "#000000",
    "#14FF82",
    "#F714FF",
    "#FF141C"
  ],
  "avoid": [
    "#E52E90",
    "#FF70BC"
  ],
  "neutral": [
    "#1A1A1A",
    "#F5F5F5",
    "#E8E8E4"
  ],
  "highContrast": [
    "#000000"
  ],
  "lowContrast": [
    "#FF70BC",
    "#E52E90"
  ]
}
Knowledge graph
{
  "nearestColors": [
    "deep-pink",
    "medium-violet-red",
    "hot-magenta",
    "raspberry",
    "strawberry"
  ],
  "generatedPalettes": [
    "fluorescent-pink"
  ],
  "generatedComparisons": [
    "deep-pink-vs-fluorescent-pink",
    "fluorescent-pink-vs-medium-violet-red"
  ],
  "relatedFamilies": [
    "/colors/by-family/pink",
    "/colors/by-temperature/warm",
    "/colors/by-tone/vibrant"
  ],
  "relatedTools": [
    "/harmonies/fluorescent-pink",
    "/wcag/fluorescent-pink",
    "/css/colors/fluorescent-pink",
    "/hex/ff1493"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/pink",
      "/colors/by-temperature/warm",
      "/colors/by-tone/vibrant"
    ],
    "narrower": [
      "/palettes/fluorescent-pink"
    ],
    "related": [
      "/colors/deep-pink",
      "/colors/medium-violet-red",
      "/colors/hot-magenta",
      "/colors/raspberry",
      "/colors/strawberry",
      "/compare/deep-pink-vs-fluorescent-pink",
      "/compare/fluorescent-pink-vs-medium-violet-red",
      "/harmonies/fluorescent-pink",
      "/wcag/fluorescent-pink",
      "/css/colors/fluorescent-pink",
      "/hex/ff1493"
    ]
  }
}
Full JSON dataset
{
  "slug": "fluorescent-pink",
  "name": "Fluorescent Pink",
  "hex": "#FF1493",
  "uses": [
    "neon accents",
    "event graphics",
    "high-energy digital design"
  ],
  "psychology": {
    "associations": [
      "energy",
      "visibility",
      "motion"
    ],
    "contexts": [
      "gaming",
      "music events",
      "sportswear",
      "nightlife"
    ],
    "avoidIn": [
      "long reading interfaces"
    ]
  },
  "aliases": [],
  "sourceType": "curated",
  "confidence": "medium",
  "reviewStatus": "manual",
  "sourceUrl": "https://www.colorsencyclopedia.com/assets/colors.json",
  "origin": {
    "type": "common",
    "notes": "Curated common color reference used in design, material, cultural, and editorial color systems."
  },
  "family": "pink",
  "temperature": "warm",
  "tone": [
    "vibrant"
  ],
  "editorialNotes": "Curated internal color record with computed technical properties.",
  "tags": [
    "pink",
    "warm",
    "vibrant",
    "neon-accents",
    "event-graphics",
    "high-energy-digital-design",
    "energy",
    "visibility",
    "motion"
  ],
  "popularity": 84,
  "rgb": [
    255,
    20,
    147
  ],
  "hsl": [
    328,
    100,
    54
  ],
  "cmyk": [
    0,
    92,
    42,
    0
  ],
  "luminance": 0.2387,
  "contrast": {
    "black": 5.77,
    "white": 3.64
  },
  "harmonies": {
    "complementary": "#14FF82",
    "analogous": [
      "#F714FF",
      "#FF141C"
    ],
    "triadic": [
      "#92FF14",
      "#1492FF"
    ],
    "tetradic": [
      "#FFF714",
      "#14FF82",
      "#141CFF"
    ],
    "splitComplementary": [
      "#1CFF14",
      "#14FFF7"
    ],
    "monochromatic": [
      "#FF70BC",
      "#FF1493",
      "#B80062"
    ]
  },
  "variants": {
    "light": "#FF70BC",
    "dark": "#B80062",
    "saturated": "#FF1492",
    "desaturated": "#E52E90",
    "pastel": "#F79CCC",
    "neon": "#FF3DA5"
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A"
    ],
    "AAA": []
  },
  "css": {
    "variable": "--color-fluorescent-pink: #FF1493;",
    "utility": ".bg-fluorescent-pink { background-color: #FF1493; }",
    "textUtility": ".text-fluorescent-pink { color: #FF1493; }"
  },
  "nearestColors": [
    "deep-pink",
    "medium-violet-red",
    "hot-magenta",
    "raspberry",
    "strawberry"
  ],
  "generatedPalettes": [
    "fluorescent-pink"
  ],
  "generatedComparisons": [
    "deep-pink-vs-fluorescent-pink",
    "fluorescent-pink-vs-medium-violet-red"
  ],
  "relatedFamilies": [
    "/colors/by-family/pink",
    "/colors/by-temperature/warm",
    "/colors/by-tone/vibrant"
  ],
  "relatedTools": [
    "/harmonies/fluorescent-pink",
    "/wcag/fluorescent-pink",
    "/css/colors/fluorescent-pink",
    "/hex/ff1493"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/pink",
      "/colors/by-temperature/warm",
      "/colors/by-tone/vibrant"
    ],
    "narrower": [
      "/palettes/fluorescent-pink"
    ],
    "related": [
      "/colors/deep-pink",
      "/colors/medium-violet-red",
      "/colors/hot-magenta",
      "/colors/raspberry",
      "/colors/strawberry",
      "/compare/deep-pink-vs-fluorescent-pink",
      "/compare/fluorescent-pink-vs-medium-violet-red",
      "/harmonies/fluorescent-pink",
      "/wcag/fluorescent-pink",
      "/css/colors/fluorescent-pink",
      "/hex/ff1493"
    ]
  },
  "pairings": {
    "best": [
      "#000000",
      "#14FF82",
      "#F714FF",
      "#FF141C"
    ],
    "avoid": [
      "#E52E90",
      "#FF70BC"
    ],
    "neutral": [
      "#1A1A1A",
      "#F5F5F5",
      "#E8E8E4"
    ],
    "highContrast": [
      "#000000"
    ],
    "lowContrast": [
      "#FF70BC",
      "#E52E90"
    ]
  }
}

Color meaning and use

About Fluorescent Pink Color

Fluorescent Pink sits in the pink family with warm temperature and vibrant visual character. Fluorescent Pink is a commonly used color name in design references, palettes, and editorial color systems.

Its common associations include energy, visibility, and motion, which makes it relevant for gaming and music events. In design work, Fluorescent Pink is most useful for neon accents, event graphics, and high-energy digital design, especially when paired with black text for stronger contrast.

WCAG Accessibility

Contrast checks for Fluorescent Pink against black and white text.

Black text5.77:1AA Pass
White text3.64:1AA Fail
AA text options#000000, #1A1A1A
AAA text optionsNone in seed set

Similar Colors

Color Harmonies

#14FF82#14FF82
#F714FF#F714FF
#FF141C#FF141C
#92FF14#92FF14
#1492FF#1492FF

Variants

#FF70BC#FF70BC
#B80062#B80062
#FF1492#FF1492
#E52E90#E52E90
#F79CCC#F79CCC
#FF3DA5#FF3DA5

Pairings

Black#000000
#14FF82#14FF82
#F714FF#F714FF
#FF141C#FF141C
Matte Black#1A1A1A
White Smoke#F5F5F5