Shades of Neon Pink #FA7AD2
Tints of Neon Pink #FA7AD2
RGB
CMYK
RGB Variations
Color information
#FA7AD2 (or 0xFA7AD2) is known color: Neon Pink. HEX triplet: FA, 7A and D2. RGB value is (250,122,210). Sum of RGB (Red+Green+Blue) = 250+122+210=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 122 (48.05% from 255 or 20.96% from 582); Blue value is 210 (82.42% from 255 or 36.08% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7AD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7AD2 is #05852D. Grayscale: #AAAAAA. Windows color (decimal): -361774 or 13794042. OLE color: 13794042.
HSL color Cylindrical-coordinate representation of color #FA7AD2: hue angle of 318.75º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA7AD2 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 122 | 210 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.02 |
| HSL | 318.75º | 0.93% | 0.73% | - |
| HSV(B) | 318.75º | 0.51% | 0.98% | - |
| XYZ | 58.02 | 38.9 | 65.42 | - |
| YUV | 170.3 | 150.41 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 122 | 210 | 0 | 0.51 | 0.16 | 0.02 | 318.75 | 0.93 | 0.73 |
| Hex | FA | 7A | D2 | 0 | 33 | 10 | 2 | 13F | 5D | 49 |
| Octal | 372 | 172 | 322 | 0 | 63 | 20 | 2 | 477 | 135 | 111 |
| Binary | 11111010 | 1111010 | 11010010 | 0 | 110011 | 10000 | 10 | 100111111 | 1011101 | 1001001 |
Color Harmonies of #FA7AD2
Complementary color
Monochromatic Colors of #FA7AD2
Black with #FA7AD2
Text Example
Text Example
White with #FA7AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7AD2; }
p { color: rgb(250,122,210); }
H1.HeaderClassName
{
color: #FA7AD2;
}
.AnyTagClassName
{
color: #FA7AD2;
}
</style>
background-color css
<style>
a { background-color: #FA7AD2; }
a { background-color: rgb(250,122,210); }
div.DivClassName
{
background-color: #FA7AD2;
}
.BgClassName
{
background-color: #FA7AD2;
}
</style>
border-color css
<style>
span { border-color: #FA7AD2; }
span { border-color: rgb(250,122,210); }
td.TdClassName
{
border-color: #FA7AD2;
}
.TagClassName
{
border-color: #FA7AD2;
}
</style>