Shades of Neon Pink #ED67CA
Tints of Neon Pink #ED67CA
RGB
CMYK
RGB Variations
Color information
#ED67CA (or 0xED67CA) is known color: Neon Pink. HEX triplet: ED, 67 and CA. RGB value is (237,103,202). Sum of RGB (Red+Green+Blue) = 237+103+202=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 103 (40.62% from 255 or 19.00% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #ED67CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED67CA is #129835. Grayscale: #9A9A9A. Windows color (decimal): -1218614 or 13264877. OLE color: 13264877.
HSL color Cylindrical-coordinate representation of color #ED67CA: hue angle of 315.67º 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 #ED67CA is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 103 | 202 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.07 |
| HSL | 315.67º | 0.79% | 0.67% | - |
| HSV(B) | 315.67º | 0.57% | 0.93% | - |
| XYZ | 50.44 | 31.97 | 59.39 | - |
| YUV | 154.35 | 154.89 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 103 | 202 | 0 | 0.57 | 0.15 | 0.07 | 315.67 | 0.79 | 0.67 |
| Hex | ED | 67 | CA | 0 | 39 | F | 7 | 13C | 4F | 43 |
| Octal | 355 | 147 | 312 | 0 | 71 | 17 | 7 | 474 | 117 | 103 |
| Binary | 11101101 | 1100111 | 11001010 | 0 | 111001 | 1111 | 111 | 100111100 | 1001111 | 1000011 |
Color Harmonies of #ED67CA
Complementary color
Monochromatic Colors of #ED67CA
Black with #ED67CA
Text Example
Text Example
White with #ED67CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED67CA; }
p { color: rgb(237,103,202); }
H1.HeaderClassName
{
color: #ED67CA;
}
.AnyTagClassName
{
color: #ED67CA;
}
</style>
background-color css
<style>
a { background-color: #ED67CA; }
a { background-color: rgb(237,103,202); }
div.DivClassName
{
background-color: #ED67CA;
}
.BgClassName
{
background-color: #ED67CA;
}
</style>
border-color css
<style>
span { border-color: #ED67CA; }
span { border-color: rgb(237,103,202); }
td.TdClassName
{
border-color: #ED67CA;
}
.TagClassName
{
border-color: #ED67CA;
}
</style>