Shades of Neon Pink #EC67BC
Tints of Neon Pink #EC67BC
RGB
CMYK
RGB Variations
Color information
#EC67BC (or 0xEC67BC) is known color: Neon Pink. HEX triplet: EC, 67 and BC. RGB value is (236,103,188). Sum of RGB (Red+Green+Blue) = 236+103+188=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 103 (40.62% from 255 or 19.54% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #EC67BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC67BC is #139843. Grayscale: #989898. Windows color (decimal): -1284164 or 12347372. OLE color: 12347372.
HSL color Cylindrical-coordinate representation of color #EC67BC: hue angle of 321.65º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC67BC is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 188 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.07 |
| HSL | 321.65º | 0.78% | 0.66% | - |
| HSV(B) | 321.65º | 0.56% | 0.93% | - |
| XYZ | 48.52 | 31.16 | 51.03 | - |
| YUV | 152.46 | 148.06 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 188 | 0 | 0.56 | 0.20 | 0.07 | 321.65 | 0.78 | 0.66 |
| Hex | EC | 67 | BC | 0 | 38 | 14 | 7 | 142 | 4E | 42 |
| Octal | 354 | 147 | 274 | 0 | 70 | 24 | 7 | 502 | 116 | 102 |
| Binary | 11101100 | 1100111 | 10111100 | 0 | 111000 | 10100 | 111 | 101000010 | 1001110 | 1000010 |
Color Harmonies of #EC67BC
Complementary color
Monochromatic Colors of #EC67BC
Black with #EC67BC
Text Example
Text Example
White with #EC67BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC67BC; }
p { color: rgb(236,103,188); }
H1.HeaderClassName
{
color: #EC67BC;
}
.AnyTagClassName
{
color: #EC67BC;
}
</style>
background-color css
<style>
a { background-color: #EC67BC; }
a { background-color: rgb(236,103,188); }
div.DivClassName
{
background-color: #EC67BC;
}
.BgClassName
{
background-color: #EC67BC;
}
</style>
border-color css
<style>
span { border-color: #EC67BC; }
span { border-color: rgb(236,103,188); }
td.TdClassName
{
border-color: #EC67BC;
}
.TagClassName
{
border-color: #EC67BC;
}
</style>