Shades of Neon Pink #FE6EC7
Tints of Neon Pink #FE6EC7
RGB
CMYK
RGB Variations
Color information
#FE6EC7 (or 0xFE6EC7) is known color: Neon Pink. HEX triplet: FE, 6E and C7. RGB value is (254,110,199). Sum of RGB (Red+Green+Blue) = 254+110+199=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 110 (43.36% from 255 or 19.54% from 563); Blue value is 199 (78.12% from 255 or 35.35% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6EC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6EC7 is #019138. Grayscale: #A2A2A2. Windows color (decimal): -102713 or 13070078. OLE color: 13070078.
HSL color Cylindrical-coordinate representation of color #FE6EC7: hue angle of 322.92º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE6EC7 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 110 | 199 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.00 |
| HSL | 322.92º | 0.99% | 0.71% | - |
| HSV(B) | 322.92º | 0.57% | 1% | - |
| XYZ | 56.76 | 36.35 | 58.06 | - |
| YUV | 163.2 | 148.21 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 110 | 199 | 0 | 0.57 | 0.22 | 0.00 | 322.92 | 0.99 | 0.71 |
| Hex | FE | 6E | C7 | 0 | 39 | 16 | 0 | 143 | 63 | 47 |
| Octal | 376 | 156 | 307 | 0 | 71 | 26 | 0 | 503 | 143 | 107 |
| Binary | 11111110 | 1101110 | 11000111 | 0 | 111001 | 10110 | 0 | 101000011 | 1100011 | 1000111 |
Color Harmonies of #FE6EC7
Complementary color
Monochromatic Colors of #FE6EC7
Black with #FE6EC7
Text Example
Text Example
White with #FE6EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6EC7; }
p { color: rgb(254,110,199); }
H1.HeaderClassName
{
color: #FE6EC7;
}
.AnyTagClassName
{
color: #FE6EC7;
}
</style>
background-color css
<style>
a { background-color: #FE6EC7; }
a { background-color: rgb(254,110,199); }
div.DivClassName
{
background-color: #FE6EC7;
}
.BgClassName
{
background-color: #FE6EC7;
}
</style>
border-color css
<style>
span { border-color: #FE6EC7; }
span { border-color: rgb(254,110,199); }
td.TdClassName
{
border-color: #FE6EC7;
}
.TagClassName
{
border-color: #FE6EC7;
}
</style>