Shades of Neon Pink #EF67BC
Tints of Neon Pink #EF67BC
RGB
CMYK
RGB Variations
Color information
#EF67BC (or 0xEF67BC) is known color: Neon Pink. HEX triplet: EF, 67 and BC. RGB value is (239,103,188). Sum of RGB (Red+Green+Blue) = 239+103+188=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 103 (40.62% from 255 or 19.43% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EF67BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF67BC is #109843. Grayscale: #999999. Windows color (decimal): -1087556 or 12347375. OLE color: 12347375.
HSL color Cylindrical-coordinate representation of color #EF67BC: hue angle of 322.5º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF67BC is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 103 | 188 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.06 |
| HSL | 322.5º | 0.81% | 0.67% | - |
| HSV(B) | 322.5º | 0.57% | 0.94% | - |
| XYZ | 49.52 | 31.68 | 51.08 | - |
| YUV | 153.35 | 147.56 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 103 | 188 | 0 | 0.57 | 0.21 | 0.06 | 322.5 | 0.81 | 0.67 |
| Hex | EF | 67 | BC | 0 | 39 | 15 | 6 | 142 | 51 | 43 |
| Octal | 357 | 147 | 274 | 0 | 71 | 25 | 6 | 502 | 121 | 103 |
| Binary | 11101111 | 1100111 | 10111100 | 0 | 111001 | 10101 | 110 | 101000010 | 1010001 | 1000011 |
Color Harmonies of #EF67BC
Complementary color
Monochromatic Colors of #EF67BC
Black with #EF67BC
Text Example
Text Example
White with #EF67BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF67BC; }
p { color: rgb(239,103,188); }
H1.HeaderClassName
{
color: #EF67BC;
}
.AnyTagClassName
{
color: #EF67BC;
}
</style>
background-color css
<style>
a { background-color: #EF67BC; }
a { background-color: rgb(239,103,188); }
div.DivClassName
{
background-color: #EF67BC;
}
.BgClassName
{
background-color: #EF67BC;
}
</style>
border-color css
<style>
span { border-color: #EF67BC; }
span { border-color: rgb(239,103,188); }
td.TdClassName
{
border-color: #EF67BC;
}
.TagClassName
{
border-color: #EF67BC;
}
</style>