Shades of Neon Pink #FC61C8
Tints of Neon Pink #FC61C8
RGB
CMYK
RGB Variations
Color information
#FC61C8 (or 0xFC61C8) is known color: Neon Pink. HEX triplet: FC, 61 and C8. RGB value is (252,97,200). Sum of RGB (Red+Green+Blue) = 252+97+200=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 97 (38.28% from 255 or 17.67% from 549); Blue value is 200 (78.52% from 255 or 36.43% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FC61C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC61C8 is #039E37. Grayscale: #9A9A9A. Windows color (decimal): -237112 or 13132284. OLE color: 13132284.
HSL color Cylindrical-coordinate representation of color #FC61C8: hue angle of 320.13º 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 #FC61C8 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 97 | 200 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.01 |
| HSL | 320.13º | 0.96% | 0.68% | - |
| HSV(B) | 320.13º | 0.62% | 0.99% | - |
| XYZ | 54.84 | 33.41 | 58.2 | - |
| YUV | 155.09 | 153.35 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 97 | 200 | 0 | 0.62 | 0.21 | 0.01 | 320.13 | 0.96 | 0.68 |
| Hex | FC | 61 | C8 | 0 | 3E | 15 | 1 | 140 | 60 | 44 |
| Octal | 374 | 141 | 310 | 0 | 76 | 25 | 1 | 500 | 140 | 104 |
| Binary | 11111100 | 1100001 | 11001000 | 0 | 111110 | 10101 | 1 | 101000000 | 1100000 | 1000100 |
Color Harmonies of #FC61C8
Complementary color
Monochromatic Colors of #FC61C8
Black with #FC61C8
Text Example
Text Example
White with #FC61C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC61C8; }
p { color: rgb(252,97,200); }
H1.HeaderClassName
{
color: #FC61C8;
}
.AnyTagClassName
{
color: #FC61C8;
}
</style>
background-color css
<style>
a { background-color: #FC61C8; }
a { background-color: rgb(252,97,200); }
div.DivClassName
{
background-color: #FC61C8;
}
.BgClassName
{
background-color: #FC61C8;
}
</style>
border-color css
<style>
span { border-color: #FC61C8; }
span { border-color: rgb(252,97,200); }
td.TdClassName
{
border-color: #FC61C8;
}
.TagClassName
{
border-color: #FC61C8;
}
</style>