Shades of Neon Pink #ED76C8
Tints of Neon Pink #ED76C8
RGB
CMYK
RGB Variations
Color information
#ED76C8 (or 0xED76C8) is known color: Neon Pink. HEX triplet: ED, 76 and C8. RGB value is (237,118,200). Sum of RGB (Red+Green+Blue) = 237+118+200=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 118 (46.48% from 255 or 21.26% from 555); Blue value is 200 (78.52% from 255 or 36.04% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #ED76C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED76C8 is #128937. Grayscale: #A2A2A2. Windows color (decimal): -1214776 or 13137645. OLE color: 13137645.
HSL color Cylindrical-coordinate representation of color #ED76C8: hue angle of 318.66º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED76C8 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 118 | 200 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.07 |
| HSL | 318.66º | 0.77% | 0.7% | - |
| HSV(B) | 318.66º | 0.5% | 0.93% | - |
| XYZ | 51.83 | 35.13 | 58.69 | - |
| YUV | 162.93 | 148.92 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 118 | 200 | 0 | 0.50 | 0.16 | 0.07 | 318.66 | 0.77 | 0.7 |
| Hex | ED | 76 | C8 | 0 | 32 | 10 | 7 | 13F | 4D | 46 |
| Octal | 355 | 166 | 310 | 0 | 62 | 20 | 7 | 477 | 115 | 106 |
| Binary | 11101101 | 1110110 | 11001000 | 0 | 110010 | 10000 | 111 | 100111111 | 1001101 | 1000110 |
Color Harmonies of #ED76C8
Complementary color
Monochromatic Colors of #ED76C8
Black with #ED76C8
Text Example
Text Example
White with #ED76C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED76C8; }
p { color: rgb(237,118,200); }
H1.HeaderClassName
{
color: #ED76C8;
}
.AnyTagClassName
{
color: #ED76C8;
}
</style>
background-color css
<style>
a { background-color: #ED76C8; }
a { background-color: rgb(237,118,200); }
div.DivClassName
{
background-color: #ED76C8;
}
.BgClassName
{
background-color: #ED76C8;
}
</style>
border-color css
<style>
span { border-color: #ED76C8; }
span { border-color: rgb(237,118,200); }
td.TdClassName
{
border-color: #ED76C8;
}
.TagClassName
{
border-color: #ED76C8;
}
</style>