Shades of Neon Pink #FA6ECE
Tints of Neon Pink #FA6ECE
RGB
CMYK
RGB Variations
Color information
#FA6ECE (or 0xFA6ECE) is known color: Neon Pink. HEX triplet: FA, 6E and CE. RGB value is (250,110,206). Sum of RGB (Red+Green+Blue) = 250+110+206=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 110 (43.36% from 255 or 19.43% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6ECE is #059131. Grayscale: #A2A2A2. Windows color (decimal): -364850 or 13528826. OLE color: 13528826.
HSL color Cylindrical-coordinate representation of color #FA6ECE: hue angle of 318.86º 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 #FA6ECE is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 110 | 206 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.02 |
| HSL | 318.86º | 0.93% | 0.71% | - |
| HSV(B) | 318.86º | 0.56% | 0.98% | - |
| XYZ | 56.14 | 35.93 | 62.37 | - |
| YUV | 162.8 | 152.38 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 110 | 206 | 0 | 0.56 | 0.18 | 0.02 | 318.86 | 0.93 | 0.71 |
| Hex | FA | 6E | CE | 0 | 38 | 12 | 2 | 13F | 5D | 47 |
| Octal | 372 | 156 | 316 | 0 | 70 | 22 | 2 | 477 | 135 | 107 |
| Binary | 11111010 | 1101110 | 11001110 | 0 | 111000 | 10010 | 10 | 100111111 | 1011101 | 1000111 |
Color Harmonies of #FA6ECE
Complementary color
Monochromatic Colors of #FA6ECE
Black with #FA6ECE
Text Example
Text Example
White with #FA6ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6ECE; }
p { color: rgb(250,110,206); }
H1.HeaderClassName
{
color: #FA6ECE;
}
.AnyTagClassName
{
color: #FA6ECE;
}
</style>
background-color css
<style>
a { background-color: #FA6ECE; }
a { background-color: rgb(250,110,206); }
div.DivClassName
{
background-color: #FA6ECE;
}
.BgClassName
{
background-color: #FA6ECE;
}
</style>
border-color css
<style>
span { border-color: #FA6ECE; }
span { border-color: rgb(250,110,206); }
td.TdClassName
{
border-color: #FA6ECE;
}
.TagClassName
{
border-color: #FA6ECE;
}
</style>