Shades of Neon Blue #2E4EFF
Tints of Neon Blue #2E4EFF
RGB
CMYK
RGB Variations
Color information
#2E4EFF (or 0x2E4EFF) is known color: Neon Blue. HEX triplet: 2E, 4E and FF. RGB value is (46,78,255). Sum of RGB (Red+Green+Blue) = 46+78+255=379 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.14% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #2E4EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E4EFF is #D1B100. Grayscale: #575757. Windows color (decimal): -13742337 or 16731694. OLE color: 16731694.
HSL color Cylindrical-coordinate representation of color #2E4EFF: hue angle of 230.81º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E4EFF is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 78 | 255 | - |
| CMYK | 0.82 | 0.69 | 0 | 0 |
| HSL | 230.81º | 1% | 0.59% | - |
| HSV(B) | 230.81º | 0.82% | 1% | - |
| XYZ | 21.9 | 13.25 | 96.01 | - |
| YUV | 88.61 | 221.9 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 78 | 255 | 0.82 | 0.69 | 0 | 0 | 230.81 | 1 | 0.59 |
| Hex | 2E | 4E | FF | 52 | 45 | 0 | 0 | E7 | 64 | 3B |
| Octal | 56 | 116 | 377 | 122 | 105 | 0 | 0 | 347 | 144 | 73 |
| Binary | 101110 | 1001110 | 11111111 | 1010010 | 1000101 | 0 | 0 | 11100111 | 1100100 | 111011 |
Color Harmonies of #2E4EFF
Complementary color
Monochromatic Colors of #2E4EFF
Black with #2E4EFF
Text Example
Text Example
White with #2E4EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4EFF; }
p { color: rgb(46,78,255); }
H1.HeaderClassName
{
color: #2E4EFF;
}
.AnyTagClassName
{
color: #2E4EFF;
}
</style>
background-color css
<style>
a { background-color: #2E4EFF; }
a { background-color: rgb(46,78,255); }
div.DivClassName
{
background-color: #2E4EFF;
}
.BgClassName
{
background-color: #2E4EFF;
}
</style>
border-color css
<style>
span { border-color: #2E4EFF; }
span { border-color: rgb(46,78,255); }
td.TdClassName
{
border-color: #2E4EFF;
}
.TagClassName
{
border-color: #2E4EFF;
}
</style>