Shades of Neon Pink #FE5CCD
Tints of Neon Pink #FE5CCD
RGB
CMYK
RGB Variations
Color information
#FE5CCD (or 0xFE5CCD) is known color: Neon Pink. HEX triplet: FE, 5C and CD. RGB value is (254,92,205). Sum of RGB (Red+Green+Blue) = 254+92+205=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 92 (36.33% from 255 or 16.70% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5CCD is #01A332. Grayscale: #999999. Windows color (decimal): -107315 or 13458686. OLE color: 13458686.
HSL color Cylindrical-coordinate representation of color #FE5CCD: hue angle of 318.15º 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 #FE5CCD is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 92 | 205 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.00 |
| HSL | 318.15º | 0.99% | 0.68% | - |
| HSV(B) | 318.15º | 0.64% | 1% | - |
| XYZ | 55.72 | 33.13 | 61.22 | - |
| YUV | 153.32 | 157.17 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 92 | 205 | 0 | 0.64 | 0.19 | 0.00 | 318.15 | 0.99 | 0.68 |
| Hex | FE | 5C | CD | 0 | 40 | 13 | 0 | 13E | 63 | 44 |
| Octal | 376 | 134 | 315 | 0 | 100 | 23 | 0 | 476 | 143 | 104 |
| Binary | 11111110 | 1011100 | 11001101 | 0 | 1000000 | 10011 | 0 | 100111110 | 1100011 | 1000100 |
Color Harmonies of #FE5CCD
Complementary color
Monochromatic Colors of #FE5CCD
Black with #FE5CCD
Text Example
Text Example
White with #FE5CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5CCD; }
p { color: rgb(254,92,205); }
H1.HeaderClassName
{
color: #FE5CCD;
}
.AnyTagClassName
{
color: #FE5CCD;
}
</style>
background-color css
<style>
a { background-color: #FE5CCD; }
a { background-color: rgb(254,92,205); }
div.DivClassName
{
background-color: #FE5CCD;
}
.BgClassName
{
background-color: #FE5CCD;
}
</style>
border-color css
<style>
span { border-color: #FE5CCD; }
span { border-color: rgb(254,92,205); }
td.TdClassName
{
border-color: #FE5CCD;
}
.TagClassName
{
border-color: #FE5CCD;
}
</style>