Shades of Neon Pink #FE6ED4
Tints of Neon Pink #FE6ED4
RGB
CMYK
RGB Variations
Color information
#FE6ED4 (or 0xFE6ED4) is known color: Neon Pink. HEX triplet: FE, 6E and D4. RGB value is (254,110,212). Sum of RGB (Red+Green+Blue) = 254+110+212=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 110 (43.36% from 255 or 19.10% from 576); Blue value is 212 (83.20% from 255 or 36.81% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6ED4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6ED4 is #01912B. Grayscale: #A4A4A4. Windows color (decimal): -102700 or 13922046. OLE color: 13922046.
HSL color Cylindrical-coordinate representation of color #FE6ED4: hue angle of 317.5º 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 #FE6ED4 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 110 | 212 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.00 |
| HSL | 317.5º | 0.99% | 0.71% | - |
| HSV(B) | 317.5º | 0.57% | 1% | - |
| XYZ | 58.33 | 36.98 | 66.35 | - |
| YUV | 164.68 | 154.71 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 110 | 212 | 0 | 0.57 | 0.17 | 0.00 | 317.5 | 0.99 | 0.71 |
| Hex | FE | 6E | D4 | 0 | 39 | 11 | 0 | 13E | 63 | 47 |
| Octal | 376 | 156 | 324 | 0 | 71 | 21 | 0 | 476 | 143 | 107 |
| Binary | 11111110 | 1101110 | 11010100 | 0 | 111001 | 10001 | 0 | 100111110 | 1100011 | 1000111 |
Color Harmonies of #FE6ED4
Complementary color
Monochromatic Colors of #FE6ED4
Black with #FE6ED4
Text Example
Text Example
White with #FE6ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6ED4; }
p { color: rgb(254,110,212); }
H1.HeaderClassName
{
color: #FE6ED4;
}
.AnyTagClassName
{
color: #FE6ED4;
}
</style>
background-color css
<style>
a { background-color: #FE6ED4; }
a { background-color: rgb(254,110,212); }
div.DivClassName
{
background-color: #FE6ED4;
}
.BgClassName
{
background-color: #FE6ED4;
}
</style>
border-color css
<style>
span { border-color: #FE6ED4; }
span { border-color: rgb(254,110,212); }
td.TdClassName
{
border-color: #FE6ED4;
}
.TagClassName
{
border-color: #FE6ED4;
}
</style>