Shades of Neon Pink #FC60C1
Tints of Neon Pink #FC60C1
RGB
CMYK
RGB Variations
Color information
#FC60C1 (or 0xFC60C1) is known color: Neon Pink. HEX triplet: FC, 60 and C1. RGB value is (252,96,193). Sum of RGB (Red+Green+Blue) = 252+96+193=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 96 (37.89% from 255 or 17.74% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FC60C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC60C1 is #039F3E. Grayscale: #999999. Windows color (decimal): -237375 or 12673276. OLE color: 12673276.
HSL color Cylindrical-coordinate representation of color #FC60C1: hue angle of 322.69º 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 #FC60C1 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 96 | 193 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.01 |
| HSL | 322.69º | 0.96% | 0.68% | - |
| HSV(B) | 322.69º | 0.62% | 0.99% | - |
| XYZ | 53.95 | 32.91 | 53.96 | - |
| YUV | 153.7 | 150.18 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 96 | 193 | 0 | 0.62 | 0.23 | 0.01 | 322.69 | 0.96 | 0.68 |
| Hex | FC | 60 | C1 | 0 | 3E | 17 | 1 | 143 | 60 | 44 |
| Octal | 374 | 140 | 301 | 0 | 76 | 27 | 1 | 503 | 140 | 104 |
| Binary | 11111100 | 1100000 | 11000001 | 0 | 111110 | 10111 | 1 | 101000011 | 1100000 | 1000100 |
Color Harmonies of #FC60C1
Complementary color
Monochromatic Colors of #FC60C1
Black with #FC60C1
Text Example
Text Example
White with #FC60C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC60C1; }
p { color: rgb(252,96,193); }
H1.HeaderClassName
{
color: #FC60C1;
}
.AnyTagClassName
{
color: #FC60C1;
}
</style>
background-color css
<style>
a { background-color: #FC60C1; }
a { background-color: rgb(252,96,193); }
div.DivClassName
{
background-color: #FC60C1;
}
.BgClassName
{
background-color: #FC60C1;
}
</style>
border-color css
<style>
span { border-color: #FC60C1; }
span { border-color: rgb(252,96,193); }
td.TdClassName
{
border-color: #FC60C1;
}
.TagClassName
{
border-color: #FC60C1;
}
</style>