Shades of Neon Pink #FA6ECB
Tints of Neon Pink #FA6ECB
RGB
CMYK
RGB Variations
Color information
#FA6ECB (or 0xFA6ECB) is known color: Neon Pink. HEX triplet: FA, 6E and CB. RGB value is (250,110,203). Sum of RGB (Red+Green+Blue) = 250+110+203=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 110 (43.36% from 255 or 19.54% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6ECB is #059134. Grayscale: #A2A2A2. Windows color (decimal): -364853 or 13332218. OLE color: 13332218.
HSL color Cylindrical-coordinate representation of color #FA6ECB: hue angle of 320.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 #FA6ECB is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 110 | 203 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.02 |
| HSL | 320.14º | 0.93% | 0.71% | - |
| HSV(B) | 320.14º | 0.56% | 0.98% | - |
| XYZ | 55.78 | 35.79 | 60.47 | - |
| YUV | 162.46 | 150.88 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 110 | 203 | 0 | 0.56 | 0.19 | 0.02 | 320.14 | 0.93 | 0.71 |
| Hex | FA | 6E | CB | 0 | 38 | 13 | 2 | 140 | 5D | 47 |
| Octal | 372 | 156 | 313 | 0 | 70 | 23 | 2 | 500 | 135 | 107 |
| Binary | 11111010 | 1101110 | 11001011 | 0 | 111000 | 10011 | 10 | 101000000 | 1011101 | 1000111 |
Color Harmonies of #FA6ECB
Complementary color
Monochromatic Colors of #FA6ECB
Black with #FA6ECB
Text Example
Text Example
White with #FA6ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6ECB; }
p { color: rgb(250,110,203); }
H1.HeaderClassName
{
color: #FA6ECB;
}
.AnyTagClassName
{
color: #FA6ECB;
}
</style>
background-color css
<style>
a { background-color: #FA6ECB; }
a { background-color: rgb(250,110,203); }
div.DivClassName
{
background-color: #FA6ECB;
}
.BgClassName
{
background-color: #FA6ECB;
}
</style>
border-color css
<style>
span { border-color: #FA6ECB; }
span { border-color: rgb(250,110,203); }
td.TdClassName
{
border-color: #FA6ECB;
}
.TagClassName
{
border-color: #FA6ECB;
}
</style>