Shades of Neon Pink #ED6BCB
Tints of Neon Pink #ED6BCB
RGB
CMYK
RGB Variations
Color information
#ED6BCB (or 0xED6BCB) is known color: Neon Pink. HEX triplet: ED, 6B and CB. RGB value is (237,107,203). Sum of RGB (Red+Green+Blue) = 237+107+203=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 107 (42.19% from 255 or 19.56% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6BCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6BCB is #129434. Grayscale: #9C9C9C. Windows color (decimal): -1217589 or 13331437. OLE color: 13331437.
HSL color Cylindrical-coordinate representation of color #ED6BCB: hue angle of 315.69º 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 #ED6BCB is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 107 | 203 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.07 |
| HSL | 315.69º | 0.78% | 0.67% | - |
| HSV(B) | 315.69º | 0.55% | 0.93% | - |
| XYZ | 50.96 | 32.83 | 60.15 | - |
| YUV | 156.81 | 154.07 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 107 | 203 | 0 | 0.55 | 0.14 | 0.07 | 315.69 | 0.78 | 0.67 |
| Hex | ED | 6B | CB | 0 | 37 | E | 7 | 13C | 4E | 43 |
| Octal | 355 | 153 | 313 | 0 | 67 | 16 | 7 | 474 | 116 | 103 |
| Binary | 11101101 | 1101011 | 11001011 | 0 | 110111 | 1110 | 111 | 100111100 | 1001110 | 1000011 |
Color Harmonies of #ED6BCB
Complementary color
Monochromatic Colors of #ED6BCB
Black with #ED6BCB
Text Example
Text Example
White with #ED6BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6BCB; }
p { color: rgb(237,107,203); }
H1.HeaderClassName
{
color: #ED6BCB;
}
.AnyTagClassName
{
color: #ED6BCB;
}
</style>
background-color css
<style>
a { background-color: #ED6BCB; }
a { background-color: rgb(237,107,203); }
div.DivClassName
{
background-color: #ED6BCB;
}
.BgClassName
{
background-color: #ED6BCB;
}
</style>
border-color css
<style>
span { border-color: #ED6BCB; }
span { border-color: rgb(237,107,203); }
td.TdClassName
{
border-color: #ED6BCB;
}
.TagClassName
{
border-color: #ED6BCB;
}
</style>