Shades of Neon Pink #FE6EC5
Tints of Neon Pink #FE6EC5
RGB
CMYK
RGB Variations
Color information
#FE6EC5 (or 0xFE6EC5) is known color: Neon Pink. HEX triplet: FE, 6E and C5. RGB value is (254,110,197). Sum of RGB (Red+Green+Blue) = 254+110+197=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 110 (43.36% from 255 or 19.61% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6EC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6EC5 is #01913A. Grayscale: #A2A2A2. Windows color (decimal): -102715 or 12939006. OLE color: 12939006.
HSL color Cylindrical-coordinate representation of color #FE6EC5: hue angle of 323.75º 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 #FE6EC5 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 110 | 197 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.00 |
| HSL | 323.75º | 0.99% | 0.71% | - |
| HSV(B) | 323.75º | 0.57% | 1% | - |
| XYZ | 56.53 | 36.25 | 56.84 | - |
| YUV | 162.97 | 147.21 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 110 | 197 | 0 | 0.57 | 0.22 | 0.00 | 323.75 | 0.99 | 0.71 |
| Hex | FE | 6E | C5 | 0 | 39 | 16 | 0 | 144 | 63 | 47 |
| Octal | 376 | 156 | 305 | 0 | 71 | 26 | 0 | 504 | 143 | 107 |
| Binary | 11111110 | 1101110 | 11000101 | 0 | 111001 | 10110 | 0 | 101000100 | 1100011 | 1000111 |
Color Harmonies of #FE6EC5
Complementary color
Monochromatic Colors of #FE6EC5
Black with #FE6EC5
Text Example
Text Example
White with #FE6EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6EC5; }
p { color: rgb(254,110,197); }
H1.HeaderClassName
{
color: #FE6EC5;
}
.AnyTagClassName
{
color: #FE6EC5;
}
</style>
background-color css
<style>
a { background-color: #FE6EC5; }
a { background-color: rgb(254,110,197); }
div.DivClassName
{
background-color: #FE6EC5;
}
.BgClassName
{
background-color: #FE6EC5;
}
</style>
border-color css
<style>
span { border-color: #FE6EC5; }
span { border-color: rgb(254,110,197); }
td.TdClassName
{
border-color: #FE6EC5;
}
.TagClassName
{
border-color: #FE6EC5;
}
</style>