Shades of Neon Pink #FC55D0
Tints of Neon Pink #FC55D0
RGB
CMYK
RGB Variations
Color information
#FC55D0 (or 0xFC55D0) is known color: Neon Pink. HEX triplet: FC, 55 and D0. RGB value is (252,85,208). Sum of RGB (Red+Green+Blue) = 252+85+208=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 85 (33.59% from 255 or 15.60% from 545); Blue value is 208 (81.64% from 255 or 38.17% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FC55D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC55D0 is #03AA2F. Grayscale: #949494. Windows color (decimal): -240176 or 13653500. OLE color: 13653500.
HSL color Cylindrical-coordinate representation of color #FC55D0: hue angle of 315.81º 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 #FC55D0 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 85 | 208 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.01 |
| HSL | 315.81º | 0.97% | 0.66% | - |
| HSV(B) | 315.81º | 0.66% | 0.99% | - |
| XYZ | 54.78 | 31.75 | 62.92 | - |
| YUV | 148.96 | 161.33 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 85 | 208 | 0 | 0.66 | 0.17 | 0.01 | 315.81 | 0.97 | 0.66 |
| Hex | FC | 55 | D0 | 0 | 42 | 11 | 1 | 13C | 61 | 42 |
| Octal | 374 | 125 | 320 | 0 | 102 | 21 | 1 | 474 | 141 | 102 |
| Binary | 11111100 | 1010101 | 11010000 | 0 | 1000010 | 10001 | 1 | 100111100 | 1100001 | 1000010 |
Color Harmonies of #FC55D0
Complementary color
Monochromatic Colors of #FC55D0
Black with #FC55D0
Text Example
Text Example
White with #FC55D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC55D0; }
p { color: rgb(252,85,208); }
H1.HeaderClassName
{
color: #FC55D0;
}
.AnyTagClassName
{
color: #FC55D0;
}
</style>
background-color css
<style>
a { background-color: #FC55D0; }
a { background-color: rgb(252,85,208); }
div.DivClassName
{
background-color: #FC55D0;
}
.BgClassName
{
background-color: #FC55D0;
}
</style>
border-color css
<style>
span { border-color: #FC55D0; }
span { border-color: rgb(252,85,208); }
td.TdClassName
{
border-color: #FC55D0;
}
.TagClassName
{
border-color: #FC55D0;
}
</style>