Shades of Neon Pink #EF5CC2
Tints of Neon Pink #EF5CC2
RGB
CMYK
RGB Variations
Color information
#EF5CC2 (or 0xEF5CC2) is known color: Neon Pink. HEX triplet: EF, 5C and C2. RGB value is (239,92,194). Sum of RGB (Red+Green+Blue) = 239+92+194=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 92 (36.33% from 255 or 17.52% from 525); Blue value is 194 (76.17% from 255 or 36.95% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5CC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5CC2 is #10A33D. Grayscale: #939393. Windows color (decimal): -1090366 or 12737775. OLE color: 12737775.
HSL color Cylindrical-coordinate representation of color #EF5CC2: hue angle of 318.37º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF5CC2 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 92 | 194 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.06 |
| HSL | 318.37º | 0.82% | 0.65% | - |
| HSV(B) | 318.37º | 0.62% | 0.94% | - |
| XYZ | 49.16 | 29.9 | 54.22 | - |
| YUV | 147.58 | 154.2 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 92 | 194 | 0 | 0.62 | 0.19 | 0.06 | 318.37 | 0.82 | 0.65 |
| Hex | EF | 5C | C2 | 0 | 3E | 13 | 6 | 13E | 52 | 41 |
| Octal | 357 | 134 | 302 | 0 | 76 | 23 | 6 | 476 | 122 | 101 |
| Binary | 11101111 | 1011100 | 11000010 | 0 | 111110 | 10011 | 110 | 100111110 | 1010010 | 1000001 |
Color Harmonies of #EF5CC2
Complementary color
Monochromatic Colors of #EF5CC2
Black with #EF5CC2
Text Example
Text Example
White with #EF5CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5CC2; }
p { color: rgb(239,92,194); }
H1.HeaderClassName
{
color: #EF5CC2;
}
.AnyTagClassName
{
color: #EF5CC2;
}
</style>
background-color css
<style>
a { background-color: #EF5CC2; }
a { background-color: rgb(239,92,194); }
div.DivClassName
{
background-color: #EF5CC2;
}
.BgClassName
{
background-color: #EF5CC2;
}
</style>
border-color css
<style>
span { border-color: #EF5CC2; }
span { border-color: rgb(239,92,194); }
td.TdClassName
{
border-color: #EF5CC2;
}
.TagClassName
{
border-color: #EF5CC2;
}
</style>