Shades of Neon Pink #FC60D3
Tints of Neon Pink #FC60D3
RGB
CMYK
RGB Variations
Color information
#FC60D3 (or 0xFC60D3) is known color: Neon Pink. HEX triplet: FC, 60 and D3. RGB value is (252,96,211). Sum of RGB (Red+Green+Blue) = 252+96+211=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 96 (37.89% from 255 or 17.17% from 559); Blue value is 211 (82.81% from 255 or 37.75% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FC60D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC60D3 is #039F2C. Grayscale: #9B9B9B. Windows color (decimal): -237357 or 13852924. OLE color: 13852924.
HSL color Cylindrical-coordinate representation of color #FC60D3: hue angle of 315.77º 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 #FC60D3 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 96 | 211 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.01 |
| HSL | 315.77º | 0.96% | 0.68% | - |
| HSV(B) | 315.77º | 0.62% | 0.99% | - |
| XYZ | 56.09 | 33.76 | 65.19 | - |
| YUV | 155.75 | 159.18 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 96 | 211 | 0 | 0.62 | 0.16 | 0.01 | 315.77 | 0.96 | 0.68 |
| Hex | FC | 60 | D3 | 0 | 3E | 10 | 1 | 13C | 60 | 44 |
| Octal | 374 | 140 | 323 | 0 | 76 | 20 | 1 | 474 | 140 | 104 |
| Binary | 11111100 | 1100000 | 11010011 | 0 | 111110 | 10000 | 1 | 100111100 | 1100000 | 1000100 |
Color Harmonies of #FC60D3
Complementary color
Monochromatic Colors of #FC60D3
Black with #FC60D3
Text Example
Text Example
White with #FC60D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC60D3; }
p { color: rgb(252,96,211); }
H1.HeaderClassName
{
color: #FC60D3;
}
.AnyTagClassName
{
color: #FC60D3;
}
</style>
background-color css
<style>
a { background-color: #FC60D3; }
a { background-color: rgb(252,96,211); }
div.DivClassName
{
background-color: #FC60D3;
}
.BgClassName
{
background-color: #FC60D3;
}
</style>
border-color css
<style>
span { border-color: #FC60D3; }
span { border-color: rgb(252,96,211); }
td.TdClassName
{
border-color: #FC60D3;
}
.TagClassName
{
border-color: #FC60D3;
}
</style>