Shades of Neon Pink #FC60CF
Tints of Neon Pink #FC60CF
RGB
CMYK
RGB Variations
Color information
#FC60CF (or 0xFC60CF) is known color: Neon Pink. HEX triplet: FC, 60 and CF. RGB value is (252,96,207). Sum of RGB (Red+Green+Blue) = 252+96+207=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 96 (37.89% from 255 or 17.30% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FC60CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC60CF is #039F30. Grayscale: #9B9B9B. Windows color (decimal): -237361 or 13590780. OLE color: 13590780.
HSL color Cylindrical-coordinate representation of color #FC60CF: hue angle of 317.31º 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 #FC60CF is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 96 | 207 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.01 |
| HSL | 317.31º | 0.96% | 0.68% | - |
| HSV(B) | 317.31º | 0.62% | 0.99% | - |
| XYZ | 55.59 | 33.57 | 62.58 | - |
| YUV | 155.3 | 157.18 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 96 | 207 | 0 | 0.62 | 0.18 | 0.01 | 317.31 | 0.96 | 0.68 |
| Hex | FC | 60 | CF | 0 | 3E | 12 | 1 | 13D | 60 | 44 |
| Octal | 374 | 140 | 317 | 0 | 76 | 22 | 1 | 475 | 140 | 104 |
| Binary | 11111100 | 1100000 | 11001111 | 0 | 111110 | 10010 | 1 | 100111101 | 1100000 | 1000100 |
Color Harmonies of #FC60CF
Complementary color
Monochromatic Colors of #FC60CF
Black with #FC60CF
Text Example
Text Example
White with #FC60CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC60CF; }
p { color: rgb(252,96,207); }
H1.HeaderClassName
{
color: #FC60CF;
}
.AnyTagClassName
{
color: #FC60CF;
}
</style>
background-color css
<style>
a { background-color: #FC60CF; }
a { background-color: rgb(252,96,207); }
div.DivClassName
{
background-color: #FC60CF;
}
.BgClassName
{
background-color: #FC60CF;
}
</style>
border-color css
<style>
span { border-color: #FC60CF; }
span { border-color: rgb(252,96,207); }
td.TdClassName
{
border-color: #FC60CF;
}
.TagClassName
{
border-color: #FC60CF;
}
</style>