Shades of Neon Blue #2E36EF
Tints of Neon Blue #2E36EF
RGB
CMYK
RGB Variations
Color information
#2E36EF (or 0x2E36EF) is known color: Neon Blue. HEX triplet: 2E, 36 and EF. RGB value is (46,54,239). Sum of RGB (Red+Green+Blue) = 46+54+239=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 239 (93.75% from 255 or 70.50% from 339); Max value from RGB is 239 - color contains mainly: blue. Hex color #2E36EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E36EF is #D1C910. Grayscale: #474747. Windows color (decimal): -13748497 or 15676974. OLE color: 15676974.
HSL color Cylindrical-coordinate representation of color #2E36EF: hue angle of 237.51º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E36EF is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 54 | 239 | - |
| CMYK | 0.81 | 0.77 | 0 | 0.06 |
| HSL | 237.51º | 0.86% | 0.56% | - |
| HSV(B) | 237.51º | 0.81% | 0.94% | - |
| XYZ | 18.03 | 9.45 | 82.54 | - |
| YUV | 72.7 | 221.85 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 54 | 239 | 0.81 | 0.77 | 0 | 0.06 | 237.51 | 0.86 | 0.56 |
| Hex | 2E | 36 | EF | 51 | 4D | 0 | 6 | EE | 56 | 38 |
| Octal | 56 | 66 | 357 | 121 | 115 | 0 | 6 | 356 | 126 | 70 |
| Binary | 101110 | 110110 | 11101111 | 1010001 | 1001101 | 0 | 110 | 11101110 | 1010110 | 111000 |
Color Harmonies of #2E36EF
Complementary color
Monochromatic Colors of #2E36EF
Black with #2E36EF
Text Example
Text Example
White with #2E36EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E36EF; }
p { color: rgb(46,54,239); }
H1.HeaderClassName
{
color: #2E36EF;
}
.AnyTagClassName
{
color: #2E36EF;
}
</style>
background-color css
<style>
a { background-color: #2E36EF; }
a { background-color: rgb(46,54,239); }
div.DivClassName
{
background-color: #2E36EF;
}
.BgClassName
{
background-color: #2E36EF;
}
</style>
border-color css
<style>
span { border-color: #2E36EF; }
span { border-color: rgb(46,54,239); }
td.TdClassName
{
border-color: #2E36EF;
}
.TagClassName
{
border-color: #2E36EF;
}
</style>