Shades of Neon Pink #ED76C7
Tints of Neon Pink #ED76C7
RGB
CMYK
RGB Variations
Color information
#ED76C7 (or 0xED76C7) is known color: Neon Pink. HEX triplet: ED, 76 and C7. RGB value is (237,118,199). Sum of RGB (Red+Green+Blue) = 237+118+199=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 118 (46.48% from 255 or 21.30% from 554); Blue value is 199 (78.12% from 255 or 35.92% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #ED76C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED76C7 is #128938. Grayscale: #A2A2A2. Windows color (decimal): -1214777 or 13072109. OLE color: 13072109.
HSL color Cylindrical-coordinate representation of color #ED76C7: hue angle of 319.16º 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 #ED76C7 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 118 | 199 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.07 |
| HSL | 319.16º | 0.77% | 0.7% | - |
| HSV(B) | 319.16º | 0.5% | 0.93% | - |
| XYZ | 51.71 | 35.08 | 58.08 | - |
| YUV | 162.82 | 148.42 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 118 | 199 | 0 | 0.50 | 0.16 | 0.07 | 319.16 | 0.77 | 0.7 |
| Hex | ED | 76 | C7 | 0 | 32 | 10 | 7 | 13F | 4D | 46 |
| Octal | 355 | 166 | 307 | 0 | 62 | 20 | 7 | 477 | 115 | 106 |
| Binary | 11101101 | 1110110 | 11000111 | 0 | 110010 | 10000 | 111 | 100111111 | 1001101 | 1000110 |
Color Harmonies of #ED76C7
Complementary color
Monochromatic Colors of #ED76C7
Black with #ED76C7
Text Example
Text Example
White with #ED76C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED76C7; }
p { color: rgb(237,118,199); }
H1.HeaderClassName
{
color: #ED76C7;
}
.AnyTagClassName
{
color: #ED76C7;
}
</style>
background-color css
<style>
a { background-color: #ED76C7; }
a { background-color: rgb(237,118,199); }
div.DivClassName
{
background-color: #ED76C7;
}
.BgClassName
{
background-color: #ED76C7;
}
</style>
border-color css
<style>
span { border-color: #ED76C7; }
span { border-color: rgb(237,118,199); }
td.TdClassName
{
border-color: #ED76C7;
}
.TagClassName
{
border-color: #ED76C7;
}
</style>