Shades of Neon Pink #ED6BC7
Tints of Neon Pink #ED6BC7
RGB
CMYK
RGB Variations
Color information
#ED6BC7 (or 0xED6BC7) is known color: Neon Pink. HEX triplet: ED, 6B and C7. RGB value is (237,107,199). Sum of RGB (Red+Green+Blue) = 237+107+199=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 107 (42.19% from 255 or 19.71% from 543); Blue value is 199 (78.12% from 255 or 36.65% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6BC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6BC7 is #129438. Grayscale: #9C9C9C. Windows color (decimal): -1217593 or 13069293. OLE color: 13069293.
HSL color Cylindrical-coordinate representation of color #ED6BC7: hue angle of 317.54º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED6BC7 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 107 | 199 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.07 |
| HSL | 317.54º | 0.78% | 0.67% | - |
| HSV(B) | 317.54º | 0.55% | 0.93% | - |
| XYZ | 50.49 | 32.64 | 57.67 | - |
| YUV | 156.36 | 152.07 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 107 | 199 | 0 | 0.55 | 0.16 | 0.07 | 317.54 | 0.78 | 0.67 |
| Hex | ED | 6B | C7 | 0 | 37 | 10 | 7 | 13E | 4E | 43 |
| Octal | 355 | 153 | 307 | 0 | 67 | 20 | 7 | 476 | 116 | 103 |
| Binary | 11101101 | 1101011 | 11000111 | 0 | 110111 | 10000 | 111 | 100111110 | 1001110 | 1000011 |
Color Harmonies of #ED6BC7
Complementary color
Monochromatic Colors of #ED6BC7
Black with #ED6BC7
Text Example
Text Example
White with #ED6BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6BC7; }
p { color: rgb(237,107,199); }
H1.HeaderClassName
{
color: #ED6BC7;
}
.AnyTagClassName
{
color: #ED6BC7;
}
</style>
background-color css
<style>
a { background-color: #ED6BC7; }
a { background-color: rgb(237,107,199); }
div.DivClassName
{
background-color: #ED6BC7;
}
.BgClassName
{
background-color: #ED6BC7;
}
</style>
border-color css
<style>
span { border-color: #ED6BC7; }
span { border-color: rgb(237,107,199); }
td.TdClassName
{
border-color: #ED6BC7;
}
.TagClassName
{
border-color: #ED6BC7;
}
</style>