Shades of Neon Pink #ED69C7
Tints of Neon Pink #ED69C7
RGB
CMYK
RGB Variations
Color information
#ED69C7 (or 0xED69C7) is known color: Neon Pink. HEX triplet: ED, 69 and C7. RGB value is (237,105,199). Sum of RGB (Red+Green+Blue) = 237+105+199=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 105 (41.41% from 255 or 19.41% from 541); Blue value is 199 (78.12% from 255 or 36.78% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #ED69C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED69C7 is #129638. Grayscale: #9A9A9A. Windows color (decimal): -1218105 or 13068781. OLE color: 13068781.
HSL color Cylindrical-coordinate representation of color #ED69C7: hue angle of 317.27º 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 #ED69C7 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 105 | 199 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.07 |
| HSL | 317.27º | 0.79% | 0.67% | - |
| HSV(B) | 317.27º | 0.56% | 0.93% | - |
| XYZ | 50.29 | 32.23 | 57.6 | - |
| YUV | 155.18 | 152.73 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 105 | 199 | 0 | 0.56 | 0.16 | 0.07 | 317.27 | 0.79 | 0.67 |
| Hex | ED | 69 | C7 | 0 | 38 | 10 | 7 | 13D | 4F | 43 |
| Octal | 355 | 151 | 307 | 0 | 70 | 20 | 7 | 475 | 117 | 103 |
| Binary | 11101101 | 1101001 | 11000111 | 0 | 111000 | 10000 | 111 | 100111101 | 1001111 | 1000011 |
Color Harmonies of #ED69C7
Complementary color
Monochromatic Colors of #ED69C7
Black with #ED69C7
Text Example
Text Example
White with #ED69C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED69C7; }
p { color: rgb(237,105,199); }
H1.HeaderClassName
{
color: #ED69C7;
}
.AnyTagClassName
{
color: #ED69C7;
}
</style>
background-color css
<style>
a { background-color: #ED69C7; }
a { background-color: rgb(237,105,199); }
div.DivClassName
{
background-color: #ED69C7;
}
.BgClassName
{
background-color: #ED69C7;
}
</style>
border-color css
<style>
span { border-color: #ED69C7; }
span { border-color: rgb(237,105,199); }
td.TdClassName
{
border-color: #ED69C7;
}
.TagClassName
{
border-color: #ED69C7;
}
</style>