Shades of Neon Pink #FA6EBD
Tints of Neon Pink #FA6EBD
RGB
CMYK
RGB Variations
Color information
#FA6EBD (or 0xFA6EBD) is known color: Neon Pink. HEX triplet: FA, 6E and BD. RGB value is (250,110,189). Sum of RGB (Red+Green+Blue) = 250+110+189=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 110 (43.36% from 255 or 20.04% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6EBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6EBD is #059142. Grayscale: #A0A0A0. Windows color (decimal): -364867 or 12414714. OLE color: 12414714.
HSL color Cylindrical-coordinate representation of color #FA6EBD: hue angle of 326.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 #FA6EBD is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 110 | 189 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.02 |
| HSL | 326.14º | 0.93% | 0.71% | - |
| HSV(B) | 326.14º | 0.56% | 0.98% | - |
| XYZ | 54.19 | 35.15 | 52.07 | - |
| YUV | 160.87 | 143.88 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 110 | 189 | 0 | 0.56 | 0.24 | 0.02 | 326.14 | 0.93 | 0.71 |
| Hex | FA | 6E | BD | 0 | 38 | 18 | 2 | 146 | 5D | 47 |
| Octal | 372 | 156 | 275 | 0 | 70 | 30 | 2 | 506 | 135 | 107 |
| Binary | 11111010 | 1101110 | 10111101 | 0 | 111000 | 11000 | 10 | 101000110 | 1011101 | 1000111 |
Color Harmonies of #FA6EBD
Complementary color
Monochromatic Colors of #FA6EBD
Black with #FA6EBD
Text Example
Text Example
White with #FA6EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6EBD; }
p { color: rgb(250,110,189); }
H1.HeaderClassName
{
color: #FA6EBD;
}
.AnyTagClassName
{
color: #FA6EBD;
}
</style>
background-color css
<style>
a { background-color: #FA6EBD; }
a { background-color: rgb(250,110,189); }
div.DivClassName
{
background-color: #FA6EBD;
}
.BgClassName
{
background-color: #FA6EBD;
}
</style>
border-color css
<style>
span { border-color: #FA6EBD; }
span { border-color: rgb(250,110,189); }
td.TdClassName
{
border-color: #FA6EBD;
}
.TagClassName
{
border-color: #FA6EBD;
}
</style>