Shades of Neon Pink #FC60C8
Tints of Neon Pink #FC60C8
RGB
CMYK
RGB Variations
Color information
#FC60C8 (or 0xFC60C8) is known color: Neon Pink. HEX triplet: FC, 60 and C8. RGB value is (252,96,200). Sum of RGB (Red+Green+Blue) = 252+96+200=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 96 (37.89% from 255 or 17.52% from 548); Blue value is 200 (78.52% from 255 or 36.50% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FC60C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC60C8 is #039F37. Grayscale: #9A9A9A. Windows color (decimal): -237368 or 13132028. OLE color: 13132028.
HSL color Cylindrical-coordinate representation of color #FC60C8: hue angle of 320º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FC60C8 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 96 | 200 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.01 |
| HSL | 320º | 0.96% | 0.68% | - |
| HSV(B) | 320º | 0.62% | 0.99% | - |
| XYZ | 54.75 | 33.23 | 58.17 | - |
| YUV | 154.5 | 153.68 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 96 | 200 | 0 | 0.62 | 0.21 | 0.01 | 320 | 0.96 | 0.68 |
| Hex | FC | 60 | C8 | 0 | 3E | 15 | 1 | 140 | 60 | 44 |
| Octal | 374 | 140 | 310 | 0 | 76 | 25 | 1 | 500 | 140 | 104 |
| Binary | 11111100 | 1100000 | 11001000 | 0 | 111110 | 10101 | 1 | 101000000 | 1100000 | 1000100 |
Color Harmonies of #FC60C8
Complementary color
Monochromatic Colors of #FC60C8
Black with #FC60C8
Text Example
Text Example
White with #FC60C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC60C8; }
p { color: rgb(252,96,200); }
H1.HeaderClassName
{
color: #FC60C8;
}
.AnyTagClassName
{
color: #FC60C8;
}
</style>
background-color css
<style>
a { background-color: #FC60C8; }
a { background-color: rgb(252,96,200); }
div.DivClassName
{
background-color: #FC60C8;
}
.BgClassName
{
background-color: #FC60C8;
}
</style>
border-color css
<style>
span { border-color: #FC60C8; }
span { border-color: rgb(252,96,200); }
td.TdClassName
{
border-color: #FC60C8;
}
.TagClassName
{
border-color: #FC60C8;
}
</style>