Shades of Neon Pink #FE6ED0
Tints of Neon Pink #FE6ED0
RGB
CMYK
RGB Variations
Color information
#FE6ED0 (or 0xFE6ED0) is known color: Neon Pink. HEX triplet: FE, 6E and D0. RGB value is (254,110,208). Sum of RGB (Red+Green+Blue) = 254+110+208=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 110 (43.36% from 255 or 19.23% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6ED0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6ED0 is #01912F. Grayscale: #A3A3A3. Windows color (decimal): -102704 or 13659902. OLE color: 13659902.
HSL color Cylindrical-coordinate representation of color #FE6ED0: hue angle of 319.17º 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 #FE6ED0 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 110 | 208 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.00 |
| HSL | 319.17º | 0.99% | 0.71% | - |
| HSV(B) | 319.17º | 0.57% | 1% | - |
| XYZ | 57.83 | 36.78 | 63.72 | - |
| YUV | 164.23 | 152.71 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 110 | 208 | 0 | 0.57 | 0.18 | 0.00 | 319.17 | 0.99 | 0.71 |
| Hex | FE | 6E | D0 | 0 | 39 | 12 | 0 | 13F | 63 | 47 |
| Octal | 376 | 156 | 320 | 0 | 71 | 22 | 0 | 477 | 143 | 107 |
| Binary | 11111110 | 1101110 | 11010000 | 0 | 111001 | 10010 | 0 | 100111111 | 1100011 | 1000111 |
Color Harmonies of #FE6ED0
Complementary color
Monochromatic Colors of #FE6ED0
Black with #FE6ED0
Text Example
Text Example
White with #FE6ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6ED0; }
p { color: rgb(254,110,208); }
H1.HeaderClassName
{
color: #FE6ED0;
}
.AnyTagClassName
{
color: #FE6ED0;
}
</style>
background-color css
<style>
a { background-color: #FE6ED0; }
a { background-color: rgb(254,110,208); }
div.DivClassName
{
background-color: #FE6ED0;
}
.BgClassName
{
background-color: #FE6ED0;
}
</style>
border-color css
<style>
span { border-color: #FE6ED0; }
span { border-color: rgb(254,110,208); }
td.TdClassName
{
border-color: #FE6ED0;
}
.TagClassName
{
border-color: #FE6ED0;
}
</style>