Shades of Neon Pink #FC78D2
Tints of Neon Pink #FC78D2
RGB
CMYK
RGB Variations
Color information
#FC78D2 (or 0xFC78D2) is known color: Neon Pink. HEX triplet: FC, 78 and D2. RGB value is (252,120,210). Sum of RGB (Red+Green+Blue) = 252+120+210=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 120 (47.27% from 255 or 20.62% from 582); Blue value is 210 (82.42% from 255 or 36.08% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FC78D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC78D2 is #03872D. Grayscale: #A9A9A9. Windows color (decimal): -231214 or 13793532. OLE color: 13793532.
HSL color Cylindrical-coordinate representation of color #FC78D2: hue angle of 319.09º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC78D2 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 120 | 210 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.01 |
| HSL | 319.09º | 0.96% | 0.73% | - |
| HSV(B) | 319.09º | 0.52% | 0.99% | - |
| XYZ | 58.49 | 38.78 | 65.38 | - |
| YUV | 169.73 | 150.73 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 120 | 210 | 0 | 0.52 | 0.17 | 0.01 | 319.09 | 0.96 | 0.73 |
| Hex | FC | 78 | D2 | 0 | 34 | 11 | 1 | 13F | 60 | 49 |
| Octal | 374 | 170 | 322 | 0 | 64 | 21 | 1 | 477 | 140 | 111 |
| Binary | 11111100 | 1111000 | 11010010 | 0 | 110100 | 10001 | 1 | 100111111 | 1100000 | 1001001 |
Color Harmonies of #FC78D2
Complementary color
Monochromatic Colors of #FC78D2
Black with #FC78D2
Text Example
Text Example
White with #FC78D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC78D2; }
p { color: rgb(252,120,210); }
H1.HeaderClassName
{
color: #FC78D2;
}
.AnyTagClassName
{
color: #FC78D2;
}
</style>
background-color css
<style>
a { background-color: #FC78D2; }
a { background-color: rgb(252,120,210); }
div.DivClassName
{
background-color: #FC78D2;
}
.BgClassName
{
background-color: #FC78D2;
}
</style>
border-color css
<style>
span { border-color: #FC78D2; }
span { border-color: rgb(252,120,210); }
td.TdClassName
{
border-color: #FC78D2;
}
.TagClassName
{
border-color: #FC78D2;
}
</style>