Shades of Neon Pink #FC78C7
Tints of Neon Pink #FC78C7
RGB
CMYK
RGB Variations
Color information
#FC78C7 (or 0xFC78C7) is known color: Neon Pink. HEX triplet: FC, 78 and C7. RGB value is (252,120,199). Sum of RGB (Red+Green+Blue) = 252+120+199=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 120 (47.27% from 255 or 21.02% from 571); Blue value is 199 (78.12% from 255 or 34.85% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FC78C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC78C7 is #038738. Grayscale: #A8A8A8. Windows color (decimal): -231225 or 13072636. OLE color: 13072636.
HSL color Cylindrical-coordinate representation of color #FC78C7: hue angle of 324.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 #FC78C7 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 120 | 199 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.01 |
| HSL | 324.09º | 0.96% | 0.73% | - |
| HSV(B) | 324.09º | 0.52% | 0.99% | - |
| XYZ | 57.17 | 38.25 | 58.4 | - |
| YUV | 168.47 | 145.23 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 120 | 199 | 0 | 0.52 | 0.21 | 0.01 | 324.09 | 0.96 | 0.73 |
| Hex | FC | 78 | C7 | 0 | 34 | 15 | 1 | 144 | 60 | 49 |
| Octal | 374 | 170 | 307 | 0 | 64 | 25 | 1 | 504 | 140 | 111 |
| Binary | 11111100 | 1111000 | 11000111 | 0 | 110100 | 10101 | 1 | 101000100 | 1100000 | 1001001 |
Color Harmonies of #FC78C7
Complementary color
Monochromatic Colors of #FC78C7
Black with #FC78C7
Text Example
Text Example
White with #FC78C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC78C7; }
p { color: rgb(252,120,199); }
H1.HeaderClassName
{
color: #FC78C7;
}
.AnyTagClassName
{
color: #FC78C7;
}
</style>
background-color css
<style>
a { background-color: #FC78C7; }
a { background-color: rgb(252,120,199); }
div.DivClassName
{
background-color: #FC78C7;
}
.BgClassName
{
background-color: #FC78C7;
}
</style>
border-color css
<style>
span { border-color: #FC78C7; }
span { border-color: rgb(252,120,199); }
td.TdClassName
{
border-color: #FC78C7;
}
.TagClassName
{
border-color: #FC78C7;
}
</style>