Shades of Neon Pink #EC68BD
Tints of Neon Pink #EC68BD
RGB
CMYK
RGB Variations
Color information
#EC68BD (or 0xEC68BD) is known color: Neon Pink. HEX triplet: EC, 68 and BD. RGB value is (236,104,189). Sum of RGB (Red+Green+Blue) = 236+104+189=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 104 (41.02% from 255 or 19.66% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #EC68BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC68BD is #139742. Grayscale: #989898. Windows color (decimal): -1283907 or 12413164. OLE color: 12413164.
HSL color Cylindrical-coordinate representation of color #EC68BD: hue angle of 321.36º degrees, saturation: 0.78, 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 #EC68BD is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 189 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.07 |
| HSL | 321.36º | 0.78% | 0.67% | - |
| HSV(B) | 321.36º | 0.56% | 0.93% | - |
| XYZ | 48.73 | 31.41 | 51.64 | - |
| YUV | 153.16 | 148.23 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 189 | 0 | 0.56 | 0.20 | 0.07 | 321.36 | 0.78 | 0.67 |
| Hex | EC | 68 | BD | 0 | 38 | 14 | 7 | 141 | 4E | 43 |
| Octal | 354 | 150 | 275 | 0 | 70 | 24 | 7 | 501 | 116 | 103 |
| Binary | 11101100 | 1101000 | 10111101 | 0 | 111000 | 10100 | 111 | 101000001 | 1001110 | 1000011 |
Color Harmonies of #EC68BD
Complementary color
Monochromatic Colors of #EC68BD
Black with #EC68BD
Text Example
Text Example
White with #EC68BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC68BD; }
p { color: rgb(236,104,189); }
H1.HeaderClassName
{
color: #EC68BD;
}
.AnyTagClassName
{
color: #EC68BD;
}
</style>
background-color css
<style>
a { background-color: #EC68BD; }
a { background-color: rgb(236,104,189); }
div.DivClassName
{
background-color: #EC68BD;
}
.BgClassName
{
background-color: #EC68BD;
}
</style>
border-color css
<style>
span { border-color: #EC68BD; }
span { border-color: rgb(236,104,189); }
td.TdClassName
{
border-color: #EC68BD;
}
.TagClassName
{
border-color: #EC68BD;
}
</style>