Shades of Neon Pink #FA6EC4
Tints of Neon Pink #FA6EC4
RGB
CMYK
RGB Variations
Color information
#FA6EC4 (or 0xFA6EC4) is known color: Neon Pink. HEX triplet: FA, 6E and C4. RGB value is (250,110,196). Sum of RGB (Red+Green+Blue) = 250+110+196=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 110 (43.36% from 255 or 19.78% from 556); Blue value is 196 (76.95% from 255 or 35.25% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6EC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6EC4 is #05913B. Grayscale: #A1A1A1. Windows color (decimal): -364860 or 12873466. OLE color: 12873466.
HSL color Cylindrical-coordinate representation of color #FA6EC4: hue angle of 323.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 #FA6EC4 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 110 | 196 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.02 |
| HSL | 323.14º | 0.93% | 0.71% | - |
| HSV(B) | 323.14º | 0.56% | 0.98% | - |
| XYZ | 54.96 | 35.46 | 56.17 | - |
| YUV | 161.66 | 147.38 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 110 | 196 | 0 | 0.56 | 0.22 | 0.02 | 323.14 | 0.93 | 0.71 |
| Hex | FA | 6E | C4 | 0 | 38 | 16 | 2 | 143 | 5D | 47 |
| Octal | 372 | 156 | 304 | 0 | 70 | 26 | 2 | 503 | 135 | 107 |
| Binary | 11111010 | 1101110 | 11000100 | 0 | 111000 | 10110 | 10 | 101000011 | 1011101 | 1000111 |
Color Harmonies of #FA6EC4
Complementary color
Monochromatic Colors of #FA6EC4
Black with #FA6EC4
Text Example
Text Example
White with #FA6EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6EC4; }
p { color: rgb(250,110,196); }
H1.HeaderClassName
{
color: #FA6EC4;
}
.AnyTagClassName
{
color: #FA6EC4;
}
</style>
background-color css
<style>
a { background-color: #FA6EC4; }
a { background-color: rgb(250,110,196); }
div.DivClassName
{
background-color: #FA6EC4;
}
.BgClassName
{
background-color: #FA6EC4;
}
</style>
border-color css
<style>
span { border-color: #FA6EC4; }
span { border-color: rgb(250,110,196); }
td.TdClassName
{
border-color: #FA6EC4;
}
.TagClassName
{
border-color: #FA6EC4;
}
</style>