Shades of Neon Pink #ED6CBC
Tints of Neon Pink #ED6CBC
RGB
CMYK
RGB Variations
Color information
#ED6CBC (or 0xED6CBC) is known color: Neon Pink. HEX triplet: ED, 6C and BC. RGB value is (237,108,188). Sum of RGB (Red+Green+Blue) = 237+108+188=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 108 (42.58% from 255 or 20.26% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6CBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6CBC is #129343. Grayscale: #9B9B9B. Windows color (decimal): -1217348 or 12348653. OLE color: 12348653.
HSL color Cylindrical-coordinate representation of color #ED6CBC: hue angle of 322.79º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED6CBC is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 108 | 188 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.07 |
| HSL | 322.79º | 0.78% | 0.68% | - |
| HSV(B) | 322.79º | 0.54% | 0.93% | - |
| XYZ | 49.36 | 32.36 | 51.22 | - |
| YUV | 155.69 | 146.24 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 108 | 188 | 0 | 0.54 | 0.21 | 0.07 | 322.79 | 0.78 | 0.68 |
| Hex | ED | 6C | BC | 0 | 36 | 15 | 7 | 143 | 4E | 44 |
| Octal | 355 | 154 | 274 | 0 | 66 | 25 | 7 | 503 | 116 | 104 |
| Binary | 11101101 | 1101100 | 10111100 | 0 | 110110 | 10101 | 111 | 101000011 | 1001110 | 1000100 |
Color Harmonies of #ED6CBC
Complementary color
Monochromatic Colors of #ED6CBC
Black with #ED6CBC
Text Example
Text Example
White with #ED6CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6CBC; }
p { color: rgb(237,108,188); }
H1.HeaderClassName
{
color: #ED6CBC;
}
.AnyTagClassName
{
color: #ED6CBC;
}
</style>
background-color css
<style>
a { background-color: #ED6CBC; }
a { background-color: rgb(237,108,188); }
div.DivClassName
{
background-color: #ED6CBC;
}
.BgClassName
{
background-color: #ED6CBC;
}
</style>
border-color css
<style>
span { border-color: #ED6CBC; }
span { border-color: rgb(237,108,188); }
td.TdClassName
{
border-color: #ED6CBC;
}
.TagClassName
{
border-color: #ED6CBC;
}
</style>