Shades of Neon Blue #2E4AEE
Tints of Neon Blue #2E4AEE
RGB
CMYK
RGB Variations
Color information
#2E4AEE (or 0x2E4AEE) is known color: Neon Blue. HEX triplet: 2E, 4A and EE. RGB value is (46,74,238). Sum of RGB (Red+Green+Blue) = 46+74+238=358 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.85% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 238 (93.36% from 255 or 66.48% from 358); Max value from RGB is 238 - color contains mainly: blue. Hex color #2E4AEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E4AEE is #D1B511. Grayscale: #535353. Windows color (decimal): -13743378 or 15616558. OLE color: 15616558.
HSL color Cylindrical-coordinate representation of color #2E4AEE: hue angle of 231.25º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E4AEE is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 74 | 238 | - |
| CMYK | 0.81 | 0.69 | 0 | 0.07 |
| HSL | 231.25º | 0.85% | 0.56% | - |
| HSV(B) | 231.25º | 0.81% | 0.93% | - |
| XYZ | 19.01 | 11.65 | 82.14 | - |
| YUV | 84.32 | 214.72 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 74 | 238 | 0.81 | 0.69 | 0 | 0.07 | 231.25 | 0.85 | 0.56 |
| Hex | 2E | 4A | EE | 51 | 45 | 0 | 7 | E7 | 55 | 38 |
| Octal | 56 | 112 | 356 | 121 | 105 | 0 | 7 | 347 | 125 | 70 |
| Binary | 101110 | 1001010 | 11101110 | 1010001 | 1000101 | 0 | 111 | 11100111 | 1010101 | 111000 |
Color Harmonies of #2E4AEE
Complementary color
Monochromatic Colors of #2E4AEE
Black with #2E4AEE
Text Example
Text Example
White with #2E4AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4AEE; }
p { color: rgb(46,74,238); }
H1.HeaderClassName
{
color: #2E4AEE;
}
.AnyTagClassName
{
color: #2E4AEE;
}
</style>
background-color css
<style>
a { background-color: #2E4AEE; }
a { background-color: rgb(46,74,238); }
div.DivClassName
{
background-color: #2E4AEE;
}
.BgClassName
{
background-color: #2E4AEE;
}
</style>
border-color css
<style>
span { border-color: #2E4AEE; }
span { border-color: rgb(46,74,238); }
td.TdClassName
{
border-color: #2E4AEE;
}
.TagClassName
{
border-color: #2E4AEE;
}
</style>