Shades of Neon Pink #FA6ED2
Tints of Neon Pink #FA6ED2
RGB
CMYK
RGB Variations
Color information
#FA6ED2 (or 0xFA6ED2) is known color: Neon Pink. HEX triplet: FA, 6E and D2. RGB value is (250,110,210). Sum of RGB (Red+Green+Blue) = 250+110+210=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 110 (43.36% from 255 or 19.30% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6ED2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6ED2 is #05912D. Grayscale: #A2A2A2. Windows color (decimal): -364846 or 13790970. OLE color: 13790970.
HSL color Cylindrical-coordinate representation of color #FA6ED2: hue angle of 317.14º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA6ED2 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 110 | 210 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.02 |
| HSL | 317.14º | 0.93% | 0.71% | - |
| HSV(B) | 317.14º | 0.56% | 0.98% | - |
| XYZ | 56.63 | 36.13 | 64.96 | - |
| YUV | 163.26 | 154.38 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 110 | 210 | 0 | 0.56 | 0.16 | 0.02 | 317.14 | 0.93 | 0.71 |
| Hex | FA | 6E | D2 | 0 | 38 | 10 | 2 | 13D | 5D | 47 |
| Octal | 372 | 156 | 322 | 0 | 70 | 20 | 2 | 475 | 135 | 107 |
| Binary | 11111010 | 1101110 | 11010010 | 0 | 111000 | 10000 | 10 | 100111101 | 1011101 | 1000111 |
Color Harmonies of #FA6ED2
Complementary color
Monochromatic Colors of #FA6ED2
Black with #FA6ED2
Text Example
Text Example
White with #FA6ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6ED2; }
p { color: rgb(250,110,210); }
H1.HeaderClassName
{
color: #FA6ED2;
}
.AnyTagClassName
{
color: #FA6ED2;
}
</style>
background-color css
<style>
a { background-color: #FA6ED2; }
a { background-color: rgb(250,110,210); }
div.DivClassName
{
background-color: #FA6ED2;
}
.BgClassName
{
background-color: #FA6ED2;
}
</style>
border-color css
<style>
span { border-color: #FA6ED2; }
span { border-color: rgb(250,110,210); }
td.TdClassName
{
border-color: #FA6ED2;
}
.TagClassName
{
border-color: #FA6ED2;
}
</style>