Shades of Neon Pink #ED68CD
Tints of Neon Pink #ED68CD
RGB
CMYK
RGB Variations
Color information
#ED68CD (or 0xED68CD) is known color: Neon Pink. HEX triplet: ED, 68 and CD. RGB value is (237,104,205). Sum of RGB (Red+Green+Blue) = 237+104+205=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 104 (41.02% from 255 or 19.05% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #ED68CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED68CD is #129732. Grayscale: #9B9B9B. Windows color (decimal): -1218355 or 13461741. OLE color: 13461741.
HSL color Cylindrical-coordinate representation of color #ED68CD: hue angle of 314.44º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED68CD is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 104 | 205 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.07 |
| HSL | 314.44º | 0.79% | 0.67% | - |
| HSV(B) | 314.44º | 0.56% | 0.93% | - |
| XYZ | 50.89 | 32.31 | 61.31 | - |
| YUV | 155.28 | 156.06 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 104 | 205 | 0 | 0.56 | 0.14 | 0.07 | 314.44 | 0.79 | 0.67 |
| Hex | ED | 68 | CD | 0 | 38 | E | 7 | 13A | 4F | 43 |
| Octal | 355 | 150 | 315 | 0 | 70 | 16 | 7 | 472 | 117 | 103 |
| Binary | 11101101 | 1101000 | 11001101 | 0 | 111000 | 1110 | 111 | 100111010 | 1001111 | 1000011 |
Color Harmonies of #ED68CD
Complementary color
Monochromatic Colors of #ED68CD
Black with #ED68CD
Text Example
Text Example
White with #ED68CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED68CD; }
p { color: rgb(237,104,205); }
H1.HeaderClassName
{
color: #ED68CD;
}
.AnyTagClassName
{
color: #ED68CD;
}
</style>
background-color css
<style>
a { background-color: #ED68CD; }
a { background-color: rgb(237,104,205); }
div.DivClassName
{
background-color: #ED68CD;
}
.BgClassName
{
background-color: #ED68CD;
}
</style>
border-color css
<style>
span { border-color: #ED68CD; }
span { border-color: rgb(237,104,205); }
td.TdClassName
{
border-color: #ED68CD;
}
.TagClassName
{
border-color: #ED68CD;
}
</style>