Shades of Neon Pink #FE6ED5
Tints of Neon Pink #FE6ED5
RGB
CMYK
RGB Variations
Color information
#FE6ED5 (or 0xFE6ED5) is known color: Neon Pink. HEX triplet: FE, 6E and D5. RGB value is (254,110,213). Sum of RGB (Red+Green+Blue) = 254+110+213=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 110 (43.36% from 255 or 19.06% from 577); Blue value is 213 (83.59% from 255 or 36.92% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6ED5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6ED5 is #01912A. Grayscale: #A4A4A4. Windows color (decimal): -102699 or 13987582. OLE color: 13987582.
HSL color Cylindrical-coordinate representation of color #FE6ED5: hue angle of 317.08º 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 #FE6ED5 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 110 | 213 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.00 |
| HSL | 317.08º | 0.99% | 0.71% | - |
| HSV(B) | 317.08º | 0.57% | 1% | - |
| XYZ | 58.46 | 37.03 | 67.02 | - |
| YUV | 164.8 | 155.21 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 110 | 213 | 0 | 0.57 | 0.16 | 0.00 | 317.08 | 0.99 | 0.71 |
| Hex | FE | 6E | D5 | 0 | 39 | 10 | 0 | 13D | 63 | 47 |
| Octal | 376 | 156 | 325 | 0 | 71 | 20 | 0 | 475 | 143 | 107 |
| Binary | 11111110 | 1101110 | 11010101 | 0 | 111001 | 10000 | 0 | 100111101 | 1100011 | 1000111 |
Color Harmonies of #FE6ED5
Complementary color
Monochromatic Colors of #FE6ED5
Black with #FE6ED5
Text Example
Text Example
White with #FE6ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6ED5; }
p { color: rgb(254,110,213); }
H1.HeaderClassName
{
color: #FE6ED5;
}
.AnyTagClassName
{
color: #FE6ED5;
}
</style>
background-color css
<style>
a { background-color: #FE6ED5; }
a { background-color: rgb(254,110,213); }
div.DivClassName
{
background-color: #FE6ED5;
}
.BgClassName
{
background-color: #FE6ED5;
}
</style>
border-color css
<style>
span { border-color: #FE6ED5; }
span { border-color: rgb(254,110,213); }
td.TdClassName
{
border-color: #FE6ED5;
}
.TagClassName
{
border-color: #FE6ED5;
}
</style>