Shades of Neon Pink #FE6ED2
Tints of Neon Pink #FE6ED2
RGB
CMYK
RGB Variations
Color information
#FE6ED2 (or 0xFE6ED2) is known color: Neon Pink. HEX triplet: FE, 6E and D2. RGB value is (254,110,210). Sum of RGB (Red+Green+Blue) = 254+110+210=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 110 (43.36% from 255 or 19.16% from 574); Blue value is 210 (82.42% from 255 or 36.59% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6ED2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6ED2 is #01912D. Grayscale: #A4A4A4. Windows color (decimal): -102702 or 13790974. OLE color: 13790974.
HSL color Cylindrical-coordinate representation of color #FE6ED2: hue angle of 318.33º 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 #FE6ED2 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 110 | 210 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.00 |
| HSL | 318.33º | 0.99% | 0.71% | - |
| HSV(B) | 318.33º | 0.57% | 1% | - |
| XYZ | 58.08 | 36.88 | 65.03 | - |
| YUV | 164.46 | 153.71 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 110 | 210 | 0 | 0.57 | 0.17 | 0.00 | 318.33 | 0.99 | 0.71 |
| Hex | FE | 6E | D2 | 0 | 39 | 11 | 0 | 13E | 63 | 47 |
| Octal | 376 | 156 | 322 | 0 | 71 | 21 | 0 | 476 | 143 | 107 |
| Binary | 11111110 | 1101110 | 11010010 | 0 | 111001 | 10001 | 0 | 100111110 | 1100011 | 1000111 |
Color Harmonies of #FE6ED2
Complementary color
Monochromatic Colors of #FE6ED2
Black with #FE6ED2
Text Example
Text Example
White with #FE6ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6ED2; }
p { color: rgb(254,110,210); }
H1.HeaderClassName
{
color: #FE6ED2;
}
.AnyTagClassName
{
color: #FE6ED2;
}
</style>
background-color css
<style>
a { background-color: #FE6ED2; }
a { background-color: rgb(254,110,210); }
div.DivClassName
{
background-color: #FE6ED2;
}
.BgClassName
{
background-color: #FE6ED2;
}
</style>
border-color css
<style>
span { border-color: #FE6ED2; }
span { border-color: rgb(254,110,210); }
td.TdClassName
{
border-color: #FE6ED2;
}
.TagClassName
{
border-color: #FE6ED2;
}
</style>