Shades of Neon Pink #EF68BC
Tints of Neon Pink #EF68BC
RGB
CMYK
RGB Variations
Color information
#EF68BC (or 0xEF68BC) is known color: Neon Pink. HEX triplet: EF, 68 and BC. RGB value is (239,104,188). Sum of RGB (Red+Green+Blue) = 239+104+188=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 104 (41.02% from 255 or 19.59% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF68BC is #109743. Grayscale: #999999. Windows color (decimal): -1087300 or 12347631. OLE color: 12347631.
HSL color Cylindrical-coordinate representation of color #EF68BC: hue angle of 322.67º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF68BC is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 188 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.06 |
| HSL | 322.67º | 0.81% | 0.67% | - |
| HSV(B) | 322.67º | 0.56% | 0.94% | - |
| XYZ | 49.62 | 31.88 | 51.12 | - |
| YUV | 153.94 | 147.23 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 188 | 0 | 0.56 | 0.21 | 0.06 | 322.67 | 0.81 | 0.67 |
| Hex | EF | 68 | BC | 0 | 38 | 15 | 6 | 143 | 51 | 43 |
| Octal | 357 | 150 | 274 | 0 | 70 | 25 | 6 | 503 | 121 | 103 |
| Binary | 11101111 | 1101000 | 10111100 | 0 | 111000 | 10101 | 110 | 101000011 | 1010001 | 1000011 |
Color Harmonies of #EF68BC
Complementary color
Monochromatic Colors of #EF68BC
Black with #EF68BC
Text Example
Text Example
White with #EF68BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF68BC; }
p { color: rgb(239,104,188); }
H1.HeaderClassName
{
color: #EF68BC;
}
.AnyTagClassName
{
color: #EF68BC;
}
</style>
background-color css
<style>
a { background-color: #EF68BC; }
a { background-color: rgb(239,104,188); }
div.DivClassName
{
background-color: #EF68BC;
}
.BgClassName
{
background-color: #EF68BC;
}
</style>
border-color css
<style>
span { border-color: #EF68BC; }
span { border-color: rgb(239,104,188); }
td.TdClassName
{
border-color: #EF68BC;
}
.TagClassName
{
border-color: #EF68BC;
}
</style>