Shades of Neon Pink #EF64CC
Tints of Neon Pink #EF64CC
RGB
CMYK
RGB Variations
Color information
#EF64CC (or 0xEF64CC) is known color: Neon Pink. HEX triplet: EF, 64 and CC. RGB value is (239,100,204). Sum of RGB (Red+Green+Blue) = 239+100+204=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 100 (39.45% from 255 or 18.42% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF64CC is #109B33. Grayscale: #999999. Windows color (decimal): -1088308 or 13395183. OLE color: 13395183.
HSL color Cylindrical-coordinate representation of color #EF64CC: hue angle of 315.11º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF64CC is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 204 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.06 |
| HSL | 315.11º | 0.81% | 0.66% | - |
| HSV(B) | 315.11º | 0.58% | 0.94% | - |
| XYZ | 51.05 | 31.82 | 60.58 | - |
| YUV | 153.42 | 156.55 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 204 | 0 | 0.58 | 0.15 | 0.06 | 315.11 | 0.81 | 0.66 |
| Hex | EF | 64 | CC | 0 | 3A | F | 6 | 13B | 51 | 42 |
| Octal | 357 | 144 | 314 | 0 | 72 | 17 | 6 | 473 | 121 | 102 |
| Binary | 11101111 | 1100100 | 11001100 | 0 | 111010 | 1111 | 110 | 100111011 | 1010001 | 1000010 |
Color Harmonies of #EF64CC
Complementary color
Monochromatic Colors of #EF64CC
Black with #EF64CC
Text Example
Text Example
White with #EF64CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF64CC; }
p { color: rgb(239,100,204); }
H1.HeaderClassName
{
color: #EF64CC;
}
.AnyTagClassName
{
color: #EF64CC;
}
</style>
background-color css
<style>
a { background-color: #EF64CC; }
a { background-color: rgb(239,100,204); }
div.DivClassName
{
background-color: #EF64CC;
}
.BgClassName
{
background-color: #EF64CC;
}
</style>
border-color css
<style>
span { border-color: #EF64CC; }
span { border-color: rgb(239,100,204); }
td.TdClassName
{
border-color: #EF64CC;
}
.TagClassName
{
border-color: #EF64CC;
}
</style>