Shades of Neon Pink #ED6BBE
Tints of Neon Pink #ED6BBE
RGB
CMYK
RGB Variations
Color information
#ED6BBE (or 0xED6BBE) is known color: Neon Pink. HEX triplet: ED, 6B and BE. RGB value is (237,107,190). Sum of RGB (Red+Green+Blue) = 237+107+190=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 107 (42.19% from 255 or 20.04% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6BBE is #129441. Grayscale: #9B9B9B. Windows color (decimal): -1217602 or 12479469. OLE color: 12479469.
HSL color Cylindrical-coordinate representation of color #ED6BBE: hue angle of 321.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 #ED6BBE is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 107 | 190 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.07 |
| HSL | 321.69º | 0.78% | 0.67% | - |
| HSV(B) | 321.69º | 0.55% | 0.93% | - |
| XYZ | 49.48 | 32.24 | 52.33 | - |
| YUV | 155.33 | 147.57 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 107 | 190 | 0 | 0.55 | 0.20 | 0.07 | 321.69 | 0.78 | 0.67 |
| Hex | ED | 6B | BE | 0 | 37 | 14 | 7 | 142 | 4E | 43 |
| Octal | 355 | 153 | 276 | 0 | 67 | 24 | 7 | 502 | 116 | 103 |
| Binary | 11101101 | 1101011 | 10111110 | 0 | 110111 | 10100 | 111 | 101000010 | 1001110 | 1000011 |
Color Harmonies of #ED6BBE
Complementary color
Monochromatic Colors of #ED6BBE
Black with #ED6BBE
Text Example
Text Example
White with #ED6BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6BBE; }
p { color: rgb(237,107,190); }
H1.HeaderClassName
{
color: #ED6BBE;
}
.AnyTagClassName
{
color: #ED6BBE;
}
</style>
background-color css
<style>
a { background-color: #ED6BBE; }
a { background-color: rgb(237,107,190); }
div.DivClassName
{
background-color: #ED6BBE;
}
.BgClassName
{
background-color: #ED6BBE;
}
</style>
border-color css
<style>
span { border-color: #ED6BBE; }
span { border-color: rgb(237,107,190); }
td.TdClassName
{
border-color: #ED6BBE;
}
.TagClassName
{
border-color: #ED6BBE;
}
</style>