Shades of Neon Pink #FA6EC1
Tints of Neon Pink #FA6EC1
RGB
CMYK
RGB Variations
Color information
#FA6EC1 (or 0xFA6EC1) is known color: Neon Pink. HEX triplet: FA, 6E and C1. RGB value is (250,110,193). Sum of RGB (Red+Green+Blue) = 250+110+193=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 110 (43.36% from 255 or 19.89% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6EC1 is #05913E. Grayscale: #A1A1A1. Windows color (decimal): -364863 or 12676858. OLE color: 12676858.
HSL color Cylindrical-coordinate representation of color #FA6EC1: hue angle of 324.43º 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 #FA6EC1 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 110 | 193 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.02 |
| HSL | 324.43º | 0.93% | 0.71% | - |
| HSV(B) | 324.43º | 0.56% | 0.98% | - |
| XYZ | 54.63 | 35.33 | 54.39 | - |
| YUV | 161.32 | 145.88 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 110 | 193 | 0 | 0.56 | 0.23 | 0.02 | 324.43 | 0.93 | 0.71 |
| Hex | FA | 6E | C1 | 0 | 38 | 17 | 2 | 144 | 5D | 47 |
| Octal | 372 | 156 | 301 | 0 | 70 | 27 | 2 | 504 | 135 | 107 |
| Binary | 11111010 | 1101110 | 11000001 | 0 | 111000 | 10111 | 10 | 101000100 | 1011101 | 1000111 |
Color Harmonies of #FA6EC1
Complementary color
Monochromatic Colors of #FA6EC1
Black with #FA6EC1
Text Example
Text Example
White with #FA6EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6EC1; }
p { color: rgb(250,110,193); }
H1.HeaderClassName
{
color: #FA6EC1;
}
.AnyTagClassName
{
color: #FA6EC1;
}
</style>
background-color css
<style>
a { background-color: #FA6EC1; }
a { background-color: rgb(250,110,193); }
div.DivClassName
{
background-color: #FA6EC1;
}
.BgClassName
{
background-color: #FA6EC1;
}
</style>
border-color css
<style>
span { border-color: #FA6EC1; }
span { border-color: rgb(250,110,193); }
td.TdClassName
{
border-color: #FA6EC1;
}
.TagClassName
{
border-color: #FA6EC1;
}
</style>