Shades of Neon Pink #ED67BE
Tints of Neon Pink #ED67BE
RGB
CMYK
RGB Variations
Color information
#ED67BE (or 0xED67BE) is known color: Neon Pink. HEX triplet: ED, 67 and BE. RGB value is (237,103,190). Sum of RGB (Red+Green+Blue) = 237+103+190=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 103 (40.62% from 255 or 19.43% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #ED67BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED67BE is #129841. Grayscale: #989898. Windows color (decimal): -1218626 or 12478445. OLE color: 12478445.
HSL color Cylindrical-coordinate representation of color #ED67BE: hue angle of 321.04º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED67BE is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 103 | 190 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.07 |
| HSL | 321.04º | 0.79% | 0.67% | - |
| HSV(B) | 321.04º | 0.57% | 0.93% | - |
| XYZ | 49.07 | 31.42 | 52.19 | - |
| YUV | 152.98 | 148.89 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 103 | 190 | 0 | 0.57 | 0.20 | 0.07 | 321.04 | 0.79 | 0.67 |
| Hex | ED | 67 | BE | 0 | 39 | 14 | 7 | 141 | 4F | 43 |
| Octal | 355 | 147 | 276 | 0 | 71 | 24 | 7 | 501 | 117 | 103 |
| Binary | 11101101 | 1100111 | 10111110 | 0 | 111001 | 10100 | 111 | 101000001 | 1001111 | 1000011 |
Color Harmonies of #ED67BE
Complementary color
Monochromatic Colors of #ED67BE
Black with #ED67BE
Text Example
Text Example
White with #ED67BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED67BE; }
p { color: rgb(237,103,190); }
H1.HeaderClassName
{
color: #ED67BE;
}
.AnyTagClassName
{
color: #ED67BE;
}
</style>
background-color css
<style>
a { background-color: #ED67BE; }
a { background-color: rgb(237,103,190); }
div.DivClassName
{
background-color: #ED67BE;
}
.BgClassName
{
background-color: #ED67BE;
}
</style>
border-color css
<style>
span { border-color: #ED67BE; }
span { border-color: rgb(237,103,190); }
td.TdClassName
{
border-color: #ED67BE;
}
.TagClassName
{
border-color: #ED67BE;
}
</style>