Shades of Neon Pink #FC55C9
Tints of Neon Pink #FC55C9
RGB
CMYK
RGB Variations
Color information
#FC55C9 (or 0xFC55C9) is known color: Neon Pink. HEX triplet: FC, 55 and C9. RGB value is (252,85,201). Sum of RGB (Red+Green+Blue) = 252+85+201=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 85 (33.59% from 255 or 15.80% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FC55C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC55C9 is #03AA36. Grayscale: #939393. Windows color (decimal): -240183 or 13194748. OLE color: 13194748.
HSL color Cylindrical-coordinate representation of color #FC55C9: hue angle of 318.32º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC55C9 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 85 | 201 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.01 |
| HSL | 318.32º | 0.97% | 0.66% | - |
| HSV(B) | 318.32º | 0.66% | 0.99% | - |
| XYZ | 53.94 | 31.41 | 58.48 | - |
| YUV | 148.16 | 157.83 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 85 | 201 | 0 | 0.66 | 0.20 | 0.01 | 318.32 | 0.97 | 0.66 |
| Hex | FC | 55 | C9 | 0 | 42 | 14 | 1 | 13E | 61 | 42 |
| Octal | 374 | 125 | 311 | 0 | 102 | 24 | 1 | 476 | 141 | 102 |
| Binary | 11111100 | 1010101 | 11001001 | 0 | 1000010 | 10100 | 1 | 100111110 | 1100001 | 1000010 |
Color Harmonies of #FC55C9
Complementary color
Monochromatic Colors of #FC55C9
Black with #FC55C9
Text Example
Text Example
White with #FC55C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC55C9; }
p { color: rgb(252,85,201); }
H1.HeaderClassName
{
color: #FC55C9;
}
.AnyTagClassName
{
color: #FC55C9;
}
</style>
background-color css
<style>
a { background-color: #FC55C9; }
a { background-color: rgb(252,85,201); }
div.DivClassName
{
background-color: #FC55C9;
}
.BgClassName
{
background-color: #FC55C9;
}
</style>
border-color css
<style>
span { border-color: #FC55C9; }
span { border-color: rgb(252,85,201); }
td.TdClassName
{
border-color: #FC55C9;
}
.TagClassName
{
border-color: #FC55C9;
}
</style>