Shades of Neon Blue #2E3EEF
Tints of Neon Blue #2E3EEF
RGB
CMYK
RGB Variations
Color information
#2E3EEF (or 0x2E3EEF) is known color: Neon Blue. HEX triplet: 2E, 3E and EF. RGB value is (46,62,239). Sum of RGB (Red+Green+Blue) = 46+62+239=347 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.26% from 347); Green value is 62 (24.61% from 255 or 17.87% from 347); Blue value is 239 (93.75% from 255 or 68.88% from 347); Max value from RGB is 239 - color contains mainly: blue. Hex color #2E3EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E3EEF is #D1C110. Grayscale: #4C4C4C. Windows color (decimal): -13746449 or 15679022. OLE color: 15679022.
HSL color Cylindrical-coordinate representation of color #2E3EEF: hue angle of 235.03º 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 #2E3EEF is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 62 | 239 | - |
| CMYK | 0.81 | 0.74 | 0 | 0.06 |
| HSL | 235.03º | 0.86% | 0.56% | - |
| HSV(B) | 235.03º | 0.81% | 0.94% | - |
| XYZ | 18.43 | 10.26 | 82.67 | - |
| YUV | 77.39 | 219.2 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 62 | 239 | 0.81 | 0.74 | 0 | 0.06 | 235.03 | 0.86 | 0.56 |
| Hex | 2E | 3E | EF | 51 | 4A | 0 | 6 | EB | 56 | 38 |
| Octal | 56 | 76 | 357 | 121 | 112 | 0 | 6 | 353 | 126 | 70 |
| Binary | 101110 | 111110 | 11101111 | 1010001 | 1001010 | 0 | 110 | 11101011 | 1010110 | 111000 |
Color Harmonies of #2E3EEF
Complementary color
Monochromatic Colors of #2E3EEF
Black with #2E3EEF
Text Example
Text Example
White with #2E3EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3EEF; }
p { color: rgb(46,62,239); }
H1.HeaderClassName
{
color: #2E3EEF;
}
.AnyTagClassName
{
color: #2E3EEF;
}
</style>
background-color css
<style>
a { background-color: #2E3EEF; }
a { background-color: rgb(46,62,239); }
div.DivClassName
{
background-color: #2E3EEF;
}
.BgClassName
{
background-color: #2E3EEF;
}
</style>
border-color css
<style>
span { border-color: #2E3EEF; }
span { border-color: rgb(46,62,239); }
td.TdClassName
{
border-color: #2E3EEF;
}
.TagClassName
{
border-color: #2E3EEF;
}
</style>