Shades of Neon Pink #EF65CC
Tints of Neon Pink #EF65CC
RGB
CMYK
RGB Variations
Color information
#EF65CC (or 0xEF65CC) is known color: Neon Pink. HEX triplet: EF, 65 and CC. RGB value is (239,101,204). Sum of RGB (Red+Green+Blue) = 239+101+204=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 101 (39.84% from 255 or 18.57% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EF65CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF65CC is #109A33. Grayscale: #999999. Windows color (decimal): -1088052 or 13395439. OLE color: 13395439.
HSL color Cylindrical-coordinate representation of color #EF65CC: hue angle of 315.22º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF65CC is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 204 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.06 |
| HSL | 315.22º | 0.81% | 0.67% | - |
| HSV(B) | 315.22º | 0.58% | 0.94% | - |
| XYZ | 51.15 | 32.02 | 60.61 | - |
| YUV | 154 | 156.22 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 204 | 0 | 0.58 | 0.15 | 0.06 | 315.22 | 0.81 | 0.67 |
| Hex | EF | 65 | CC | 0 | 3A | F | 6 | 13B | 51 | 43 |
| Octal | 357 | 145 | 314 | 0 | 72 | 17 | 6 | 473 | 121 | 103 |
| Binary | 11101111 | 1100101 | 11001100 | 0 | 111010 | 1111 | 110 | 100111011 | 1010001 | 1000011 |
Color Harmonies of #EF65CC
Complementary color
Monochromatic Colors of #EF65CC
Black with #EF65CC
Text Example
Text Example
White with #EF65CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF65CC; }
p { color: rgb(239,101,204); }
H1.HeaderClassName
{
color: #EF65CC;
}
.AnyTagClassName
{
color: #EF65CC;
}
</style>
background-color css
<style>
a { background-color: #EF65CC; }
a { background-color: rgb(239,101,204); }
div.DivClassName
{
background-color: #EF65CC;
}
.BgClassName
{
background-color: #EF65CC;
}
</style>
border-color css
<style>
span { border-color: #EF65CC; }
span { border-color: rgb(239,101,204); }
td.TdClassName
{
border-color: #EF65CC;
}
.TagClassName
{
border-color: #EF65CC;
}
</style>