Shades of Neon Blue #2E4DFB
Tints of Neon Blue #2E4DFB
RGB
CMYK
RGB Variations
Color information
#2E4DFB (or 0x2E4DFB) is known color: Neon Blue. HEX triplet: 2E, 4D and FB. RGB value is (46,77,251). Sum of RGB (Red+Green+Blue) = 46+77+251=374 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.30% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 251 (98.44% from 255 or 67.11% from 374); Max value from RGB is 251 - color contains mainly: blue. Hex color #2E4DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E4DFB is #D1B204. Grayscale: #565656. Windows color (decimal): -13742597 or 16469294. OLE color: 16469294.
HSL color Cylindrical-coordinate representation of color #2E4DFB: hue angle of 230.93º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E4DFB is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 77 | 251 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.02 |
| HSL | 230.93º | 0.96% | 0.58% | - |
| HSV(B) | 230.93º | 0.82% | 0.98% | - |
| XYZ | 21.19 | 12.85 | 92.63 | - |
| YUV | 87.57 | 220.23 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 77 | 251 | 0.82 | 0.69 | 0 | 0.02 | 230.93 | 0.96 | 0.58 |
| Hex | 2E | 4D | FB | 52 | 45 | 0 | 2 | E7 | 60 | 3A |
| Octal | 56 | 115 | 373 | 122 | 105 | 0 | 2 | 347 | 140 | 72 |
| Binary | 101110 | 1001101 | 11111011 | 1010010 | 1000101 | 0 | 10 | 11100111 | 1100000 | 111010 |
Color Harmonies of #2E4DFB
Complementary color
Monochromatic Colors of #2E4DFB
Black with #2E4DFB
Text Example
Text Example
White with #2E4DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4DFB; }
p { color: rgb(46,77,251); }
H1.HeaderClassName
{
color: #2E4DFB;
}
.AnyTagClassName
{
color: #2E4DFB;
}
</style>
background-color css
<style>
a { background-color: #2E4DFB; }
a { background-color: rgb(46,77,251); }
div.DivClassName
{
background-color: #2E4DFB;
}
.BgClassName
{
background-color: #2E4DFB;
}
</style>
border-color css
<style>
span { border-color: #2E4DFB; }
span { border-color: rgb(46,77,251); }
td.TdClassName
{
border-color: #2E4DFB;
}
.TagClassName
{
border-color: #2E4DFB;
}
</style>