Shades of Neon Pink #FA62D0
Tints of Neon Pink #FA62D0
RGB
CMYK
RGB Variations
Color information
#FA62D0 (or 0xFA62D0) is known color: Neon Pink. HEX triplet: FA, 62 and D0. RGB value is (250,98,208). Sum of RGB (Red+Green+Blue) = 250+98+208=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 98 (38.67% from 255 or 17.63% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FA62D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA62D0 is #059D2F. Grayscale: #9B9B9B. Windows color (decimal): -367920 or 13656826. OLE color: 13656826.
HSL color Cylindrical-coordinate representation of color #FA62D0: hue angle of 316.58º 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 #FA62D0 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 98 | 208 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.02 |
| HSL | 316.58º | 0.94% | 0.68% | - |
| HSV(B) | 316.58º | 0.61% | 0.98% | - |
| XYZ | 55.18 | 33.61 | 63.25 | - |
| YUV | 155.99 | 157.36 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 98 | 208 | 0 | 0.61 | 0.17 | 0.02 | 316.58 | 0.94 | 0.68 |
| Hex | FA | 62 | D0 | 0 | 3D | 11 | 2 | 13D | 5E | 44 |
| Octal | 372 | 142 | 320 | 0 | 75 | 21 | 2 | 475 | 136 | 104 |
| Binary | 11111010 | 1100010 | 11010000 | 0 | 111101 | 10001 | 10 | 100111101 | 1011110 | 1000100 |
Color Harmonies of #FA62D0
Complementary color
Monochromatic Colors of #FA62D0
Black with #FA62D0
Text Example
Text Example
White with #FA62D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA62D0; }
p { color: rgb(250,98,208); }
H1.HeaderClassName
{
color: #FA62D0;
}
.AnyTagClassName
{
color: #FA62D0;
}
</style>
background-color css
<style>
a { background-color: #FA62D0; }
a { background-color: rgb(250,98,208); }
div.DivClassName
{
background-color: #FA62D0;
}
.BgClassName
{
background-color: #FA62D0;
}
</style>
border-color css
<style>
span { border-color: #FA62D0; }
span { border-color: rgb(250,98,208); }
td.TdClassName
{
border-color: #FA62D0;
}
.TagClassName
{
border-color: #FA62D0;
}
</style>