Shades of Neon Pink #FC60CB
Tints of Neon Pink #FC60CB
RGB
CMYK
RGB Variations
Color information
#FC60CB (or 0xFC60CB) is known color: Neon Pink. HEX triplet: FC, 60 and CB. RGB value is (252,96,203). Sum of RGB (Red+Green+Blue) = 252+96+203=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 96 (37.89% from 255 or 17.42% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FC60CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC60CB is #039F34. Grayscale: #9A9A9A. Windows color (decimal): -237365 or 13328636. OLE color: 13328636.
HSL color Cylindrical-coordinate representation of color #FC60CB: hue angle of 318.85º 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 #FC60CB is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 96 | 203 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.01 |
| HSL | 318.85º | 0.96% | 0.68% | - |
| HSV(B) | 318.85º | 0.62% | 0.99% | - |
| XYZ | 55.11 | 33.37 | 60.04 | - |
| YUV | 154.84 | 155.18 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 96 | 203 | 0 | 0.62 | 0.19 | 0.01 | 318.85 | 0.96 | 0.68 |
| Hex | FC | 60 | CB | 0 | 3E | 13 | 1 | 13F | 60 | 44 |
| Octal | 374 | 140 | 313 | 0 | 76 | 23 | 1 | 477 | 140 | 104 |
| Binary | 11111100 | 1100000 | 11001011 | 0 | 111110 | 10011 | 1 | 100111111 | 1100000 | 1000100 |
Color Harmonies of #FC60CB
Complementary color
Monochromatic Colors of #FC60CB
Black with #FC60CB
Text Example
Text Example
White with #FC60CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC60CB; }
p { color: rgb(252,96,203); }
H1.HeaderClassName
{
color: #FC60CB;
}
.AnyTagClassName
{
color: #FC60CB;
}
</style>
background-color css
<style>
a { background-color: #FC60CB; }
a { background-color: rgb(252,96,203); }
div.DivClassName
{
background-color: #FC60CB;
}
.BgClassName
{
background-color: #FC60CB;
}
</style>
border-color css
<style>
span { border-color: #FC60CB; }
span { border-color: rgb(252,96,203); }
td.TdClassName
{
border-color: #FC60CB;
}
.TagClassName
{
border-color: #FC60CB;
}
</style>