Shades of Neon Pink #ED6BCC
Tints of Neon Pink #ED6BCC
RGB
CMYK
RGB Variations
Color information
#ED6BCC (or 0xED6BCC) is known color: Neon Pink. HEX triplet: ED, 6B and CC. RGB value is (237,107,204). Sum of RGB (Red+Green+Blue) = 237+107+204=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 107 (42.19% from 255 or 19.53% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6BCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6BCC is #129433. Grayscale: #9C9C9C. Windows color (decimal): -1217588 or 13396973. OLE color: 13396973.
HSL color Cylindrical-coordinate representation of color #ED6BCC: hue angle of 315.23º 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 #ED6BCC is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 107 | 204 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.07 |
| HSL | 315.23º | 0.78% | 0.67% | - |
| HSV(B) | 315.23º | 0.55% | 0.93% | - |
| XYZ | 51.08 | 32.88 | 60.78 | - |
| YUV | 156.93 | 154.57 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 107 | 204 | 0 | 0.55 | 0.14 | 0.07 | 315.23 | 0.78 | 0.67 |
| Hex | ED | 6B | CC | 0 | 37 | E | 7 | 13B | 4E | 43 |
| Octal | 355 | 153 | 314 | 0 | 67 | 16 | 7 | 473 | 116 | 103 |
| Binary | 11101101 | 1101011 | 11001100 | 0 | 110111 | 1110 | 111 | 100111011 | 1001110 | 1000011 |
Color Harmonies of #ED6BCC
Complementary color
Monochromatic Colors of #ED6BCC
Black with #ED6BCC
Text Example
Text Example
White with #ED6BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6BCC; }
p { color: rgb(237,107,204); }
H1.HeaderClassName
{
color: #ED6BCC;
}
.AnyTagClassName
{
color: #ED6BCC;
}
</style>
background-color css
<style>
a { background-color: #ED6BCC; }
a { background-color: rgb(237,107,204); }
div.DivClassName
{
background-color: #ED6BCC;
}
.BgClassName
{
background-color: #ED6BCC;
}
</style>
border-color css
<style>
span { border-color: #ED6BCC; }
span { border-color: rgb(237,107,204); }
td.TdClassName
{
border-color: #ED6BCC;
}
.TagClassName
{
border-color: #ED6BCC;
}
</style>