Shades of Neon Pink #ED6BBC
Tints of Neon Pink #ED6BBC
RGB
CMYK
RGB Variations
Color information
#ED6BBC (or 0xED6BBC) is known color: Neon Pink. HEX triplet: ED, 6B and BC. RGB value is (237,107,188). Sum of RGB (Red+Green+Blue) = 237+107+188=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 107 (42.19% from 255 or 20.11% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6BBC is #129443. Grayscale: #9A9A9A. Windows color (decimal): -1217604 or 12348397. OLE color: 12348397.
HSL color Cylindrical-coordinate representation of color #ED6BBC: hue angle of 322.62º 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 #ED6BBC is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 107 | 188 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.07 |
| HSL | 322.62º | 0.78% | 0.67% | - |
| HSV(B) | 322.62º | 0.55% | 0.93% | - |
| XYZ | 49.26 | 32.15 | 51.19 | - |
| YUV | 155.1 | 146.57 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 107 | 188 | 0 | 0.55 | 0.21 | 0.07 | 322.62 | 0.78 | 0.67 |
| Hex | ED | 6B | BC | 0 | 37 | 15 | 7 | 143 | 4E | 43 |
| Octal | 355 | 153 | 274 | 0 | 67 | 25 | 7 | 503 | 116 | 103 |
| Binary | 11101101 | 1101011 | 10111100 | 0 | 110111 | 10101 | 111 | 101000011 | 1001110 | 1000011 |
Color Harmonies of #ED6BBC
Complementary color
Monochromatic Colors of #ED6BBC
Black with #ED6BBC
Text Example
Text Example
White with #ED6BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6BBC; }
p { color: rgb(237,107,188); }
H1.HeaderClassName
{
color: #ED6BBC;
}
.AnyTagClassName
{
color: #ED6BBC;
}
</style>
background-color css
<style>
a { background-color: #ED6BBC; }
a { background-color: rgb(237,107,188); }
div.DivClassName
{
background-color: #ED6BBC;
}
.BgClassName
{
background-color: #ED6BBC;
}
</style>
border-color css
<style>
span { border-color: #ED6BBC; }
span { border-color: rgb(237,107,188); }
td.TdClassName
{
border-color: #ED6BBC;
}
.TagClassName
{
border-color: #ED6BBC;
}
</style>