Shades of Neon Pink #FC62DB
Tints of Neon Pink #FC62DB
RGB
CMYK
RGB Variations
Color information
#FC62DB (or 0xFC62DB) is known color: Neon Pink. HEX triplet: FC, 62 and DB. RGB value is (252,98,219). Sum of RGB (Red+Green+Blue) = 252+98+219=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 98 (38.67% from 255 or 17.22% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FC62DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC62DB is #039D24. Grayscale: #9D9D9D. Windows color (decimal): -236837 or 14377724. OLE color: 14377724.
HSL color Cylindrical-coordinate representation of color #FC62DB: hue angle of 312.86º 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 #FC62DB is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 98 | 219 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.01 |
| HSL | 312.86º | 0.96% | 0.69% | - |
| HSV(B) | 312.86º | 0.61% | 0.99% | - |
| XYZ | 57.3 | 34.55 | 70.67 | - |
| YUV | 157.84 | 162.52 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 98 | 219 | 0 | 0.61 | 0.13 | 0.01 | 312.86 | 0.96 | 0.69 |
| Hex | FC | 62 | DB | 0 | 3D | D | 1 | 139 | 60 | 45 |
| Octal | 374 | 142 | 333 | 0 | 75 | 15 | 1 | 471 | 140 | 105 |
| Binary | 11111100 | 1100010 | 11011011 | 0 | 111101 | 1101 | 1 | 100111001 | 1100000 | 1000101 |
Color Harmonies of #FC62DB
Complementary color
Monochromatic Colors of #FC62DB
Black with #FC62DB
Text Example
Text Example
White with #FC62DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC62DB; }
p { color: rgb(252,98,219); }
H1.HeaderClassName
{
color: #FC62DB;
}
.AnyTagClassName
{
color: #FC62DB;
}
</style>
background-color css
<style>
a { background-color: #FC62DB; }
a { background-color: rgb(252,98,219); }
div.DivClassName
{
background-color: #FC62DB;
}
.BgClassName
{
background-color: #FC62DB;
}
</style>
border-color css
<style>
span { border-color: #FC62DB; }
span { border-color: rgb(252,98,219); }
td.TdClassName
{
border-color: #FC62DB;
}
.TagClassName
{
border-color: #FC62DB;
}
</style>