Shades of Neon Pink #FE7ED1
Tints of Neon Pink #FE7ED1
RGB
CMYK
RGB Variations
Color information
#FE7ED1 (or 0xFE7ED1) is known color: Neon Pink. HEX triplet: FE, 7E and D1. RGB value is (254,126,209). Sum of RGB (Red+Green+Blue) = 254+126+209=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 126 (49.61% from 255 or 21.39% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7ED1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7ED1 is #01812E. Grayscale: #ADADAD. Windows color (decimal): -98607 or 13729534. OLE color: 13729534.
HSL color Cylindrical-coordinate representation of color #FE7ED1: hue angle of 321.09º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE7ED1 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 126 | 209 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.00 |
| HSL | 321.09º | 0.98% | 0.75% | - |
| HSV(B) | 321.09º | 0.5% | 1% | - |
| XYZ | 59.84 | 40.6 | 65 | - |
| YUV | 173.73 | 147.91 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 126 | 209 | 0 | 0.50 | 0.18 | 0.00 | 321.09 | 0.98 | 0.75 |
| Hex | FE | 7E | D1 | 0 | 32 | 12 | 0 | 141 | 62 | 4B |
| Octal | 376 | 176 | 321 | 0 | 62 | 22 | 0 | 501 | 142 | 113 |
| Binary | 11111110 | 1111110 | 11010001 | 0 | 110010 | 10010 | 0 | 101000001 | 1100010 | 1001011 |
Color Harmonies of #FE7ED1
Complementary color
Monochromatic Colors of #FE7ED1
Black with #FE7ED1
Text Example
Text Example
White with #FE7ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7ED1; }
p { color: rgb(254,126,209); }
H1.HeaderClassName
{
color: #FE7ED1;
}
.AnyTagClassName
{
color: #FE7ED1;
}
</style>
background-color css
<style>
a { background-color: #FE7ED1; }
a { background-color: rgb(254,126,209); }
div.DivClassName
{
background-color: #FE7ED1;
}
.BgClassName
{
background-color: #FE7ED1;
}
</style>
border-color css
<style>
span { border-color: #FE7ED1; }
span { border-color: rgb(254,126,209); }
td.TdClassName
{
border-color: #FE7ED1;
}
.TagClassName
{
border-color: #FE7ED1;
}
</style>