Shades of Neon Blue #2E44EC
Tints of Neon Blue #2E44EC
RGB
CMYK
RGB Variations
Color information
#2E44EC (or 0x2E44EC) is known color: Neon Blue. HEX triplet: 2E, 44 and EC. RGB value is (46,68,236). Sum of RGB (Red+Green+Blue) = 46+68+236=350 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.14% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 236 (92.58% from 255 or 67.43% from 350); Max value from RGB is 236 - color contains mainly: blue. Hex color #2E44EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E44EC is #D1BB13. Grayscale: #4F4F4F. Windows color (decimal): -13744916 or 15483950. OLE color: 15483950.
HSL color Cylindrical-coordinate representation of color #2E44EC: hue angle of 233.05º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E44EC is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 68 | 236 | - |
| CMYK | 0.81 | 0.71 | 0 | 0.07 |
| HSL | 233.05º | 0.83% | 0.55% | - |
| HSV(B) | 233.05º | 0.81% | 0.93% | - |
| XYZ | 18.33 | 10.77 | 80.47 | - |
| YUV | 80.57 | 215.71 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 68 | 236 | 0.81 | 0.71 | 0 | 0.07 | 233.05 | 0.83 | 0.55 |
| Hex | 2E | 44 | EC | 51 | 47 | 0 | 7 | E9 | 53 | 37 |
| Octal | 56 | 104 | 354 | 121 | 107 | 0 | 7 | 351 | 123 | 67 |
| Binary | 101110 | 1000100 | 11101100 | 1010001 | 1000111 | 0 | 111 | 11101001 | 1010011 | 110111 |
Color Harmonies of #2E44EC
Complementary color
Monochromatic Colors of #2E44EC
Black with #2E44EC
Text Example
Text Example
White with #2E44EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E44EC; }
p { color: rgb(46,68,236); }
H1.HeaderClassName
{
color: #2E44EC;
}
.AnyTagClassName
{
color: #2E44EC;
}
</style>
background-color css
<style>
a { background-color: #2E44EC; }
a { background-color: rgb(46,68,236); }
div.DivClassName
{
background-color: #2E44EC;
}
.BgClassName
{
background-color: #2E44EC;
}
</style>
border-color css
<style>
span { border-color: #2E44EC; }
span { border-color: rgb(46,68,236); }
td.TdClassName
{
border-color: #2E44EC;
}
.TagClassName
{
border-color: #2E44EC;
}
</style>