Shades of Neon Blue #2E3FEE
Tints of Neon Blue #2E3FEE
RGB
CMYK
RGB Variations
Color information
#2E3FEE (or 0x2E3FEE) is known color: Neon Blue. HEX triplet: 2E, 3F and EE. RGB value is (46,63,238). Sum of RGB (Red+Green+Blue) = 46+63+238=347 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.26% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 238 (93.36% from 255 or 68.59% from 347); Max value from RGB is 238 - color contains mainly: blue. Hex color #2E3FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E3FEE is #D1C011. Grayscale: #4D4D4D. Windows color (decimal): -13746194 or 15613742. OLE color: 15613742.
HSL color Cylindrical-coordinate representation of color #2E3FEE: hue angle of 234.69º 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 #2E3FEE is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 63 | 238 | - |
| CMYK | 0.81 | 0.74 | 0 | 0.07 |
| HSL | 234.69º | 0.85% | 0.56% | - |
| HSV(B) | 234.69º | 0.81% | 0.93% | - |
| XYZ | 18.34 | 10.31 | 81.91 | - |
| YUV | 77.87 | 218.37 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 63 | 238 | 0.81 | 0.74 | 0 | 0.07 | 234.69 | 0.85 | 0.56 |
| Hex | 2E | 3F | EE | 51 | 4A | 0 | 7 | EB | 55 | 38 |
| Octal | 56 | 77 | 356 | 121 | 112 | 0 | 7 | 353 | 125 | 70 |
| Binary | 101110 | 111111 | 11101110 | 1010001 | 1001010 | 0 | 111 | 11101011 | 1010101 | 111000 |
Color Harmonies of #2E3FEE
Complementary color
Monochromatic Colors of #2E3FEE
Black with #2E3FEE
Text Example
Text Example
White with #2E3FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3FEE; }
p { color: rgb(46,63,238); }
H1.HeaderClassName
{
color: #2E3FEE;
}
.AnyTagClassName
{
color: #2E3FEE;
}
</style>
background-color css
<style>
a { background-color: #2E3FEE; }
a { background-color: rgb(46,63,238); }
div.DivClassName
{
background-color: #2E3FEE;
}
.BgClassName
{
background-color: #2E3FEE;
}
</style>
border-color css
<style>
span { border-color: #2E3FEE; }
span { border-color: rgb(46,63,238); }
td.TdClassName
{
border-color: #2E3FEE;
}
.TagClassName
{
border-color: #2E3FEE;
}
</style>