Shades of Neon Pink #FE77D1
Tints of Neon Pink #FE77D1
RGB
CMYK
RGB Variations
Color information
#FE77D1 (or 0xFE77D1) is known color: Neon Pink. HEX triplet: FE, 77 and D1. RGB value is (254,119,209). Sum of RGB (Red+Green+Blue) = 254+119+209=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 119 (46.88% from 255 or 20.45% from 582); Blue value is 209 (82.03% from 255 or 35.91% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE77D1 is #01882E. Grayscale: #A9A9A9. Windows color (decimal): -100399 or 13727742. OLE color: 13727742.
HSL color Cylindrical-coordinate representation of color #FE77D1: hue angle of 320º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FE77D1 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 209 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.00 |
| HSL | 320º | 0.99% | 0.73% | - |
| HSV(B) | 320º | 0.53% | 1% | - |
| XYZ | 58.98 | 38.87 | 64.72 | - |
| YUV | 169.63 | 150.23 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 209 | 0 | 0.53 | 0.18 | 0.00 | 320 | 0.99 | 0.73 |
| Hex | FE | 77 | D1 | 0 | 35 | 12 | 0 | 140 | 63 | 49 |
| Octal | 376 | 167 | 321 | 0 | 65 | 22 | 0 | 500 | 143 | 111 |
| Binary | 11111110 | 1110111 | 11010001 | 0 | 110101 | 10010 | 0 | 101000000 | 1100011 | 1001001 |
Color Harmonies of #FE77D1
Complementary color
Monochromatic Colors of #FE77D1
Black with #FE77D1
Text Example
Text Example
White with #FE77D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE77D1; }
p { color: rgb(254,119,209); }
H1.HeaderClassName
{
color: #FE77D1;
}
.AnyTagClassName
{
color: #FE77D1;
}
</style>
background-color css
<style>
a { background-color: #FE77D1; }
a { background-color: rgb(254,119,209); }
div.DivClassName
{
background-color: #FE77D1;
}
.BgClassName
{
background-color: #FE77D1;
}
</style>
border-color css
<style>
span { border-color: #FE77D1; }
span { border-color: rgb(254,119,209); }
td.TdClassName
{
border-color: #FE77D1;
}
.TagClassName
{
border-color: #FE77D1;
}
</style>