Shades of Neon Pink #FE5CCA
Tints of Neon Pink #FE5CCA
RGB
CMYK
RGB Variations
Color information
#FE5CCA (or 0xFE5CCA) is known color: Neon Pink. HEX triplet: FE, 5C and CA. RGB value is (254,92,202). Sum of RGB (Red+Green+Blue) = 254+92+202=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 92 (36.33% from 255 or 16.79% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5CCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5CCA is #01A335. Grayscale: #989898. Windows color (decimal): -107318 or 13262078. OLE color: 13262078.
HSL color Cylindrical-coordinate representation of color #FE5CCA: hue angle of 319.26º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE5CCA is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 92 | 202 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.00 |
| HSL | 319.26º | 0.99% | 0.68% | - |
| HSV(B) | 319.26º | 0.64% | 1% | - |
| XYZ | 55.36 | 32.99 | 59.33 | - |
| YUV | 152.98 | 155.67 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 92 | 202 | 0 | 0.64 | 0.20 | 0.00 | 319.26 | 0.99 | 0.68 |
| Hex | FE | 5C | CA | 0 | 40 | 14 | 0 | 13F | 63 | 44 |
| Octal | 376 | 134 | 312 | 0 | 100 | 24 | 0 | 477 | 143 | 104 |
| Binary | 11111110 | 1011100 | 11001010 | 0 | 1000000 | 10100 | 0 | 100111111 | 1100011 | 1000100 |
Color Harmonies of #FE5CCA
Complementary color
Monochromatic Colors of #FE5CCA
Black with #FE5CCA
Text Example
Text Example
White with #FE5CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5CCA; }
p { color: rgb(254,92,202); }
H1.HeaderClassName
{
color: #FE5CCA;
}
.AnyTagClassName
{
color: #FE5CCA;
}
</style>
background-color css
<style>
a { background-color: #FE5CCA; }
a { background-color: rgb(254,92,202); }
div.DivClassName
{
background-color: #FE5CCA;
}
.BgClassName
{
background-color: #FE5CCA;
}
</style>
border-color css
<style>
span { border-color: #FE5CCA; }
span { border-color: rgb(254,92,202); }
td.TdClassName
{
border-color: #FE5CCA;
}
.TagClassName
{
border-color: #FE5CCA;
}
</style>