Shades of Neon Pink #FA62D4
Tints of Neon Pink #FA62D4
RGB
CMYK
RGB Variations
Color information
#FA62D4 (or 0xFA62D4) is known color: Neon Pink. HEX triplet: FA, 62 and D4. RGB value is (250,98,212). Sum of RGB (Red+Green+Blue) = 250+98+212=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 98 (38.67% from 255 or 17.5% from 560); Blue value is 212 (83.20% from 255 or 37.86% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FA62D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA62D4 is #059D2B. Grayscale: #9C9C9C. Windows color (decimal): -367916 or 13918970. OLE color: 13918970.
HSL color Cylindrical-coordinate representation of color #FA62D4: hue angle of 315º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FA62D4 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 98 | 212 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.02 |
| HSL | 315º | 0.94% | 0.68% | - |
| HSV(B) | 315º | 0.61% | 0.98% | - |
| XYZ | 55.68 | 33.81 | 65.88 | - |
| YUV | 156.44 | 159.36 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 98 | 212 | 0 | 0.61 | 0.15 | 0.02 | 315 | 0.94 | 0.68 |
| Hex | FA | 62 | D4 | 0 | 3D | F | 2 | 13B | 5E | 44 |
| Octal | 372 | 142 | 324 | 0 | 75 | 17 | 2 | 473 | 136 | 104 |
| Binary | 11111010 | 1100010 | 11010100 | 0 | 111101 | 1111 | 10 | 100111011 | 1011110 | 1000100 |
Color Harmonies of #FA62D4
Complementary color
Monochromatic Colors of #FA62D4
Black with #FA62D4
Text Example
Text Example
White with #FA62D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA62D4; }
p { color: rgb(250,98,212); }
H1.HeaderClassName
{
color: #FA62D4;
}
.AnyTagClassName
{
color: #FA62D4;
}
</style>
background-color css
<style>
a { background-color: #FA62D4; }
a { background-color: rgb(250,98,212); }
div.DivClassName
{
background-color: #FA62D4;
}
.BgClassName
{
background-color: #FA62D4;
}
</style>
border-color css
<style>
span { border-color: #FA62D4; }
span { border-color: rgb(250,98,212); }
td.TdClassName
{
border-color: #FA62D4;
}
.TagClassName
{
border-color: #FA62D4;
}
</style>