Shades of Neon Pink #FC60C5
Tints of Neon Pink #FC60C5
RGB
CMYK
RGB Variations
Color information
#FC60C5 (or 0xFC60C5) is known color: Neon Pink. HEX triplet: FC, 60 and C5. RGB value is (252,96,197). Sum of RGB (Red+Green+Blue) = 252+96+197=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 96 (37.89% from 255 or 17.61% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FC60C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC60C5 is #039F3A. Grayscale: #999999. Windows color (decimal): -237371 or 12935420. OLE color: 12935420.
HSL color Cylindrical-coordinate representation of color #FC60C5: hue angle of 321.15º 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 #FC60C5 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 96 | 197 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.01 |
| HSL | 321.15º | 0.96% | 0.68% | - |
| HSV(B) | 321.15º | 0.62% | 0.99% | - |
| XYZ | 54.41 | 33.09 | 56.34 | - |
| YUV | 154.16 | 152.18 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 96 | 197 | 0 | 0.62 | 0.22 | 0.01 | 321.15 | 0.96 | 0.68 |
| Hex | FC | 60 | C5 | 0 | 3E | 16 | 1 | 141 | 60 | 44 |
| Octal | 374 | 140 | 305 | 0 | 76 | 26 | 1 | 501 | 140 | 104 |
| Binary | 11111100 | 1100000 | 11000101 | 0 | 111110 | 10110 | 1 | 101000001 | 1100000 | 1000100 |
Color Harmonies of #FC60C5
Complementary color
Monochromatic Colors of #FC60C5
Black with #FC60C5
Text Example
Text Example
White with #FC60C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC60C5; }
p { color: rgb(252,96,197); }
H1.HeaderClassName
{
color: #FC60C5;
}
.AnyTagClassName
{
color: #FC60C5;
}
</style>
background-color css
<style>
a { background-color: #FC60C5; }
a { background-color: rgb(252,96,197); }
div.DivClassName
{
background-color: #FC60C5;
}
.BgClassName
{
background-color: #FC60C5;
}
</style>
border-color css
<style>
span { border-color: #FC60C5; }
span { border-color: rgb(252,96,197); }
td.TdClassName
{
border-color: #FC60C5;
}
.TagClassName
{
border-color: #FC60C5;
}
</style>