Shades of Neon Pink #FE77D0
Tints of Neon Pink #FE77D0
RGB
CMYK
RGB Variations
Color information
#FE77D0 (or 0xFE77D0) is known color: Neon Pink. HEX triplet: FE, 77 and D0. RGB value is (254,119,208). Sum of RGB (Red+Green+Blue) = 254+119+208=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 119 (46.88% from 255 or 20.48% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE77D0 is #01882F. Grayscale: #A9A9A9. Windows color (decimal): -100400 or 13662206. OLE color: 13662206.
HSL color Cylindrical-coordinate representation of color #FE77D0: hue angle of 320.44º 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 #FE77D0 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 208 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.00 |
| HSL | 320.44º | 0.99% | 0.73% | - |
| HSV(B) | 320.44º | 0.53% | 1% | - |
| XYZ | 58.86 | 38.82 | 64.07 | - |
| YUV | 169.51 | 149.73 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 208 | 0 | 0.53 | 0.18 | 0.00 | 320.44 | 0.99 | 0.73 |
| Hex | FE | 77 | D0 | 0 | 35 | 12 | 0 | 140 | 63 | 49 |
| Octal | 376 | 167 | 320 | 0 | 65 | 22 | 0 | 500 | 143 | 111 |
| Binary | 11111110 | 1110111 | 11010000 | 0 | 110101 | 10010 | 0 | 101000000 | 1100011 | 1001001 |
Color Harmonies of #FE77D0
Complementary color
Monochromatic Colors of #FE77D0
Black with #FE77D0
Text Example
Text Example
White with #FE77D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE77D0; }
p { color: rgb(254,119,208); }
H1.HeaderClassName
{
color: #FE77D0;
}
.AnyTagClassName
{
color: #FE77D0;
}
</style>
background-color css
<style>
a { background-color: #FE77D0; }
a { background-color: rgb(254,119,208); }
div.DivClassName
{
background-color: #FE77D0;
}
.BgClassName
{
background-color: #FE77D0;
}
</style>
border-color css
<style>
span { border-color: #FE77D0; }
span { border-color: rgb(254,119,208); }
td.TdClassName
{
border-color: #FE77D0;
}
.TagClassName
{
border-color: #FE77D0;
}
</style>