Shades of Neon Pink #FE6EC0
Tints of Neon Pink #FE6EC0
RGB
CMYK
RGB Variations
Color information
#FE6EC0 (or 0xFE6EC0) is known color: Neon Pink. HEX triplet: FE, 6E and C0. RGB value is (254,110,192). Sum of RGB (Red+Green+Blue) = 254+110+192=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 110 (43.36% from 255 or 19.78% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6EC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6EC0 is #01913F. Grayscale: #A2A2A2. Windows color (decimal): -102720 or 12611326. OLE color: 12611326.
HSL color Cylindrical-coordinate representation of color #FE6EC0: hue angle of 325.83º 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 #FE6EC0 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 110 | 192 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.00 |
| HSL | 325.83º | 0.99% | 0.71% | - |
| HSV(B) | 325.83º | 0.57% | 1% | - |
| XYZ | 55.96 | 36.03 | 53.87 | - |
| YUV | 162.4 | 144.71 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 110 | 192 | 0 | 0.57 | 0.24 | 0.00 | 325.83 | 0.99 | 0.71 |
| Hex | FE | 6E | C0 | 0 | 39 | 18 | 0 | 146 | 63 | 47 |
| Octal | 376 | 156 | 300 | 0 | 71 | 30 | 0 | 506 | 143 | 107 |
| Binary | 11111110 | 1101110 | 11000000 | 0 | 111001 | 11000 | 0 | 101000110 | 1100011 | 1000111 |
Color Harmonies of #FE6EC0
Complementary color
Monochromatic Colors of #FE6EC0
Black with #FE6EC0
Text Example
Text Example
White with #FE6EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6EC0; }
p { color: rgb(254,110,192); }
H1.HeaderClassName
{
color: #FE6EC0;
}
.AnyTagClassName
{
color: #FE6EC0;
}
</style>
background-color css
<style>
a { background-color: #FE6EC0; }
a { background-color: rgb(254,110,192); }
div.DivClassName
{
background-color: #FE6EC0;
}
.BgClassName
{
background-color: #FE6EC0;
}
</style>
border-color css
<style>
span { border-color: #FE6EC0; }
span { border-color: rgb(254,110,192); }
td.TdClassName
{
border-color: #FE6EC0;
}
.TagClassName
{
border-color: #FE6EC0;
}
</style>