Shades of Neon Pink #FA6ED3
Tints of Neon Pink #FA6ED3
RGB
CMYK
RGB Variations
Color information
#FA6ED3 (or 0xFA6ED3) is known color: Neon Pink. HEX triplet: FA, 6E and D3. RGB value is (250,110,211). Sum of RGB (Red+Green+Blue) = 250+110+211=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 110 (43.36% from 255 or 19.26% from 571); Blue value is 211 (82.81% from 255 or 36.95% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6ED3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6ED3 is #05912C. Grayscale: #A3A3A3. Windows color (decimal): -364845 or 13856506. OLE color: 13856506.
HSL color Cylindrical-coordinate representation of color #FA6ED3: hue angle of 316.71º 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 #FA6ED3 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 110 | 211 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.02 |
| HSL | 316.71º | 0.93% | 0.71% | - |
| HSV(B) | 316.71º | 0.56% | 0.98% | - |
| XYZ | 56.76 | 36.18 | 65.62 | - |
| YUV | 163.37 | 154.88 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 110 | 211 | 0 | 0.56 | 0.16 | 0.02 | 316.71 | 0.93 | 0.71 |
| Hex | FA | 6E | D3 | 0 | 38 | 10 | 2 | 13D | 5D | 47 |
| Octal | 372 | 156 | 323 | 0 | 70 | 20 | 2 | 475 | 135 | 107 |
| Binary | 11111010 | 1101110 | 11010011 | 0 | 111000 | 10000 | 10 | 100111101 | 1011101 | 1000111 |
Color Harmonies of #FA6ED3
Complementary color
Monochromatic Colors of #FA6ED3
Black with #FA6ED3
Text Example
Text Example
White with #FA6ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6ED3; }
p { color: rgb(250,110,211); }
H1.HeaderClassName
{
color: #FA6ED3;
}
.AnyTagClassName
{
color: #FA6ED3;
}
</style>
background-color css
<style>
a { background-color: #FA6ED3; }
a { background-color: rgb(250,110,211); }
div.DivClassName
{
background-color: #FA6ED3;
}
.BgClassName
{
background-color: #FA6ED3;
}
</style>
border-color css
<style>
span { border-color: #FA6ED3; }
span { border-color: rgb(250,110,211); }
td.TdClassName
{
border-color: #FA6ED3;
}
.TagClassName
{
border-color: #FA6ED3;
}
</style>