Shades of Neon Pink #FC61C6
Tints of Neon Pink #FC61C6
RGB
CMYK
RGB Variations
Color information
#FC61C6 (or 0xFC61C6) is known color: Neon Pink. HEX triplet: FC, 61 and C6. RGB value is (252,97,198). Sum of RGB (Red+Green+Blue) = 252+97+198=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 97 (38.28% from 255 or 17.73% from 547); Blue value is 198 (77.73% from 255 or 36.20% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FC61C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC61C6 is #039E39. Grayscale: #9A9A9A. Windows color (decimal): -237114 or 13001212. OLE color: 13001212.
HSL color Cylindrical-coordinate representation of color #FC61C6: hue angle of 320.9º 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 #FC61C6 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 97 | 198 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.01 |
| HSL | 320.9º | 0.96% | 0.68% | - |
| HSV(B) | 320.9º | 0.62% | 0.99% | - |
| XYZ | 54.61 | 33.32 | 56.98 | - |
| YUV | 154.86 | 152.35 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 97 | 198 | 0 | 0.62 | 0.21 | 0.01 | 320.9 | 0.96 | 0.68 |
| Hex | FC | 61 | C6 | 0 | 3E | 15 | 1 | 141 | 60 | 44 |
| Octal | 374 | 141 | 306 | 0 | 76 | 25 | 1 | 501 | 140 | 104 |
| Binary | 11111100 | 1100001 | 11000110 | 0 | 111110 | 10101 | 1 | 101000001 | 1100000 | 1000100 |
Color Harmonies of #FC61C6
Complementary color
Monochromatic Colors of #FC61C6
Black with #FC61C6
Text Example
Text Example
White with #FC61C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC61C6; }
p { color: rgb(252,97,198); }
H1.HeaderClassName
{
color: #FC61C6;
}
.AnyTagClassName
{
color: #FC61C6;
}
</style>
background-color css
<style>
a { background-color: #FC61C6; }
a { background-color: rgb(252,97,198); }
div.DivClassName
{
background-color: #FC61C6;
}
.BgClassName
{
background-color: #FC61C6;
}
</style>
border-color css
<style>
span { border-color: #FC61C6; }
span { border-color: rgb(252,97,198); }
td.TdClassName
{
border-color: #FC61C6;
}
.TagClassName
{
border-color: #FC61C6;
}
</style>