Shades of Neon Pink #FC62D3
Tints of Neon Pink #FC62D3
RGB
CMYK
RGB Variations
Color information
#FC62D3 (or 0xFC62D3) is known color: Neon Pink. HEX triplet: FC, 62 and D3. RGB value is (252,98,211). Sum of RGB (Red+Green+Blue) = 252+98+211=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 98 (38.67% from 255 or 17.47% from 561); Blue value is 211 (82.81% from 255 or 37.61% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FC62D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC62D3 is #039D2C. Grayscale: #9C9C9C. Windows color (decimal): -236845 or 13853436. OLE color: 13853436.
HSL color Cylindrical-coordinate representation of color #FC62D3: hue angle of 315.97º 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 #FC62D3 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 98 | 211 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.01 |
| HSL | 315.97º | 0.96% | 0.69% | - |
| HSV(B) | 315.97º | 0.61% | 0.99% | - |
| XYZ | 56.27 | 34.13 | 65.25 | - |
| YUV | 156.93 | 158.52 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 98 | 211 | 0 | 0.61 | 0.16 | 0.01 | 315.97 | 0.96 | 0.69 |
| Hex | FC | 62 | D3 | 0 | 3D | 10 | 1 | 13C | 60 | 45 |
| Octal | 374 | 142 | 323 | 0 | 75 | 20 | 1 | 474 | 140 | 105 |
| Binary | 11111100 | 1100010 | 11010011 | 0 | 111101 | 10000 | 1 | 100111100 | 1100000 | 1000101 |
Color Harmonies of #FC62D3
Complementary color
Monochromatic Colors of #FC62D3
Black with #FC62D3
Text Example
Text Example
White with #FC62D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC62D3; }
p { color: rgb(252,98,211); }
H1.HeaderClassName
{
color: #FC62D3;
}
.AnyTagClassName
{
color: #FC62D3;
}
</style>
background-color css
<style>
a { background-color: #FC62D3; }
a { background-color: rgb(252,98,211); }
div.DivClassName
{
background-color: #FC62D3;
}
.BgClassName
{
background-color: #FC62D3;
}
</style>
border-color css
<style>
span { border-color: #FC62D3; }
span { border-color: rgb(252,98,211); }
td.TdClassName
{
border-color: #FC62D3;
}
.TagClassName
{
border-color: #FC62D3;
}
</style>