Shades of Neon Pink #FC60C4
Tints of Neon Pink #FC60C4
RGB
CMYK
RGB Variations
Color information
#FC60C4 (or 0xFC60C4) is known color: Neon Pink. HEX triplet: FC, 60 and C4. RGB value is (252,96,196). Sum of RGB (Red+Green+Blue) = 252+96+196=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 96 (37.89% from 255 or 17.65% from 544); Blue value is 196 (76.95% from 255 or 36.03% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FC60C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC60C4 is #039F3B. Grayscale: #999999. Windows color (decimal): -237372 or 12869884. OLE color: 12869884.
HSL color Cylindrical-coordinate representation of color #FC60C4: hue angle of 321.54º 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 #FC60C4 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 96 | 196 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.01 |
| HSL | 321.54º | 0.96% | 0.68% | - |
| HSV(B) | 321.54º | 0.62% | 0.99% | - |
| XYZ | 54.29 | 33.05 | 55.74 | - |
| YUV | 154.04 | 151.68 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 96 | 196 | 0 | 0.62 | 0.22 | 0.01 | 321.54 | 0.96 | 0.68 |
| Hex | FC | 60 | C4 | 0 | 3E | 16 | 1 | 142 | 60 | 44 |
| Octal | 374 | 140 | 304 | 0 | 76 | 26 | 1 | 502 | 140 | 104 |
| Binary | 11111100 | 1100000 | 11000100 | 0 | 111110 | 10110 | 1 | 101000010 | 1100000 | 1000100 |
Color Harmonies of #FC60C4
Complementary color
Monochromatic Colors of #FC60C4
Black with #FC60C4
Text Example
Text Example
White with #FC60C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC60C4; }
p { color: rgb(252,96,196); }
H1.HeaderClassName
{
color: #FC60C4;
}
.AnyTagClassName
{
color: #FC60C4;
}
</style>
background-color css
<style>
a { background-color: #FC60C4; }
a { background-color: rgb(252,96,196); }
div.DivClassName
{
background-color: #FC60C4;
}
.BgClassName
{
background-color: #FC60C4;
}
</style>
border-color css
<style>
span { border-color: #FC60C4; }
span { border-color: rgb(252,96,196); }
td.TdClassName
{
border-color: #FC60C4;
}
.TagClassName
{
border-color: #FC60C4;
}
</style>