Shades of Neon Blue #2E4CEE
Tints of Neon Blue #2E4CEE
RGB
CMYK
RGB Variations
Color information
#2E4CEE (or 0x2E4CEE) is known color: Neon Blue. HEX triplet: 2E, 4C and EE. RGB value is (46,76,238). Sum of RGB (Red+Green+Blue) = 46+76+238=360 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.78% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 238 (93.36% from 255 or 66.11% from 360); Max value from RGB is 238 - color contains mainly: blue. Hex color #2E4CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E4CEE is #D1B311. Grayscale: #545454. Windows color (decimal): -13742866 or 15617070. OLE color: 15617070.
HSL color Cylindrical-coordinate representation of color #2E4CEE: hue angle of 230.62º 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 #2E4CEE is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 76 | 238 | - |
| CMYK | 0.81 | 0.68 | 0 | 0.07 |
| HSL | 230.63º | 0.85% | 0.56% | - |
| HSV(B) | 230.63º | 0.81% | 0.93% | - |
| XYZ | 19.14 | 11.92 | 82.18 | - |
| YUV | 85.5 | 214.06 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 76 | 238 | 0.81 | 0.68 | 0 | 0.07 | 230.63 | 0.85 | 0.56 |
| Hex | 2E | 4C | EE | 51 | 44 | 0 | 7 | E7 | 55 | 38 |
| Octal | 56 | 114 | 356 | 121 | 104 | 0 | 7 | 347 | 125 | 70 |
| Binary | 101110 | 1001100 | 11101110 | 1010001 | 1000100 | 0 | 111 | 11100111 | 1010101 | 111000 |
Color Harmonies of #2E4CEE
Complementary color
Monochromatic Colors of #2E4CEE
Black with #2E4CEE
Text Example
Text Example
White with #2E4CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4CEE; }
p { color: rgb(46,76,238); }
H1.HeaderClassName
{
color: #2E4CEE;
}
.AnyTagClassName
{
color: #2E4CEE;
}
</style>
background-color css
<style>
a { background-color: #2E4CEE; }
a { background-color: rgb(46,76,238); }
div.DivClassName
{
background-color: #2E4CEE;
}
.BgClassName
{
background-color: #2E4CEE;
}
</style>
border-color css
<style>
span { border-color: #2E4CEE; }
span { border-color: rgb(46,76,238); }
td.TdClassName
{
border-color: #2E4CEE;
}
.TagClassName
{
border-color: #2E4CEE;
}
</style>