Shades of Neon Blue #2E4AED
Tints of Neon Blue #2E4AED
RGB
CMYK
RGB Variations
Color information
#2E4AED (or 0x2E4AED) is known color: Neon Blue. HEX triplet: 2E, 4A and ED. RGB value is (46,74,237). Sum of RGB (Red+Green+Blue) = 46+74+237=357 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.89% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 237 (92.97% from 255 or 66.39% from 357); Max value from RGB is 237 - color contains mainly: blue. Hex color #2E4AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E4AED is #D1B512. Grayscale: #535353. Windows color (decimal): -13743379 or 15551022. OLE color: 15551022.
HSL color Cylindrical-coordinate representation of color #2E4AED: hue angle of 231.2º degrees, saturation: 0.84, 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 #2E4AED is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 74 | 237 | - |
| CMYK | 0.81 | 0.69 | 0 | 0.07 |
| HSL | 231.2º | 0.84% | 0.55% | - |
| HSV(B) | 231.2º | 0.81% | 0.93% | - |
| XYZ | 18.86 | 11.59 | 81.36 | - |
| YUV | 84.21 | 214.22 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 74 | 237 | 0.81 | 0.69 | 0 | 0.07 | 231.2 | 0.84 | 0.55 |
| Hex | 2E | 4A | ED | 51 | 45 | 0 | 7 | E7 | 54 | 37 |
| Octal | 56 | 112 | 355 | 121 | 105 | 0 | 7 | 347 | 124 | 67 |
| Binary | 101110 | 1001010 | 11101101 | 1010001 | 1000101 | 0 | 111 | 11100111 | 1010100 | 110111 |
Color Harmonies of #2E4AED
Complementary color
Monochromatic Colors of #2E4AED
Black with #2E4AED
Text Example
Text Example
White with #2E4AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4AED; }
p { color: rgb(46,74,237); }
H1.HeaderClassName
{
color: #2E4AED;
}
.AnyTagClassName
{
color: #2E4AED;
}
</style>
background-color css
<style>
a { background-color: #2E4AED; }
a { background-color: rgb(46,74,237); }
div.DivClassName
{
background-color: #2E4AED;
}
.BgClassName
{
background-color: #2E4AED;
}
</style>
border-color css
<style>
span { border-color: #2E4AED; }
span { border-color: rgb(46,74,237); }
td.TdClassName
{
border-color: #2E4AED;
}
.TagClassName
{
border-color: #2E4AED;
}
</style>