Shades of Neon Pink #FC62C6
Tints of Neon Pink #FC62C6
RGB
CMYK
RGB Variations
Color information
#FC62C6 (or 0xFC62C6) is known color: Neon Pink. HEX triplet: FC, 62 and C6. RGB value is (252,98,198). Sum of RGB (Red+Green+Blue) = 252+98+198=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 98 (38.67% from 255 or 17.88% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FC62C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC62C6 is #039D39. Grayscale: #9B9B9B. Windows color (decimal): -236858 or 13001468. OLE color: 13001468.
HSL color Cylindrical-coordinate representation of color #FC62C6: hue angle of 321.04º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FC62C6 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 98 | 198 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.01 |
| HSL | 321.04º | 0.96% | 0.69% | - |
| HSV(B) | 321.04º | 0.61% | 0.99% | - |
| XYZ | 54.71 | 33.51 | 57.01 | - |
| YUV | 155.45 | 152.02 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 98 | 198 | 0 | 0.61 | 0.21 | 0.01 | 321.04 | 0.96 | 0.69 |
| Hex | FC | 62 | C6 | 0 | 3D | 15 | 1 | 141 | 60 | 45 |
| Octal | 374 | 142 | 306 | 0 | 75 | 25 | 1 | 501 | 140 | 105 |
| Binary | 11111100 | 1100010 | 11000110 | 0 | 111101 | 10101 | 1 | 101000001 | 1100000 | 1000101 |
Color Harmonies of #FC62C6
Complementary color
Monochromatic Colors of #FC62C6
Black with #FC62C6
Text Example
Text Example
White with #FC62C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC62C6; }
p { color: rgb(252,98,198); }
H1.HeaderClassName
{
color: #FC62C6;
}
.AnyTagClassName
{
color: #FC62C6;
}
</style>
background-color css
<style>
a { background-color: #FC62C6; }
a { background-color: rgb(252,98,198); }
div.DivClassName
{
background-color: #FC62C6;
}
.BgClassName
{
background-color: #FC62C6;
}
</style>
border-color css
<style>
span { border-color: #FC62C6; }
span { border-color: rgb(252,98,198); }
td.TdClassName
{
border-color: #FC62C6;
}
.TagClassName
{
border-color: #FC62C6;
}
</style>