Shades of Neon Pink #FA6ED4
Tints of Neon Pink #FA6ED4
RGB
CMYK
RGB Variations
Color information
#FA6ED4 (or 0xFA6ED4) is known color: Neon Pink. HEX triplet: FA, 6E and D4. RGB value is (250,110,212). Sum of RGB (Red+Green+Blue) = 250+110+212=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 110 (43.36% from 255 or 19.23% from 572); Blue value is 212 (83.20% from 255 or 37.06% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6ED4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6ED4 is #05912B. Grayscale: #A3A3A3. Windows color (decimal): -364844 or 13922042. OLE color: 13922042.
HSL color Cylindrical-coordinate representation of color #FA6ED4: hue angle of 316.29º 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 #FA6ED4 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 110 | 212 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.02 |
| HSL | 316.29º | 0.93% | 0.71% | - |
| HSV(B) | 316.29º | 0.56% | 0.98% | - |
| XYZ | 56.88 | 36.23 | 66.28 | - |
| YUV | 163.49 | 155.38 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 110 | 212 | 0 | 0.56 | 0.15 | 0.02 | 316.29 | 0.93 | 0.71 |
| Hex | FA | 6E | D4 | 0 | 38 | F | 2 | 13C | 5D | 47 |
| Octal | 372 | 156 | 324 | 0 | 70 | 17 | 2 | 474 | 135 | 107 |
| Binary | 11111010 | 1101110 | 11010100 | 0 | 111000 | 1111 | 10 | 100111100 | 1011101 | 1000111 |
Color Harmonies of #FA6ED4
Complementary color
Monochromatic Colors of #FA6ED4
Black with #FA6ED4
Text Example
Text Example
White with #FA6ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6ED4; }
p { color: rgb(250,110,212); }
H1.HeaderClassName
{
color: #FA6ED4;
}
.AnyTagClassName
{
color: #FA6ED4;
}
</style>
background-color css
<style>
a { background-color: #FA6ED4; }
a { background-color: rgb(250,110,212); }
div.DivClassName
{
background-color: #FA6ED4;
}
.BgClassName
{
background-color: #FA6ED4;
}
</style>
border-color css
<style>
span { border-color: #FA6ED4; }
span { border-color: rgb(250,110,212); }
td.TdClassName
{
border-color: #FA6ED4;
}
.TagClassName
{
border-color: #FA6ED4;
}
</style>