Shades of Neon Blue #1E4EFB
Tints of Neon Blue #1E4EFB
RGB
CMYK
RGB Variations
Color information
#1E4EFB (or 0x1E4EFB) is known color: Neon Blue. HEX triplet: 1E, 4E and FB. RGB value is (30,78,251). Sum of RGB (Red+Green+Blue) = 30+78+251=359 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.36% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 251 (98.44% from 255 or 69.92% from 359); Max value from RGB is 251 - color contains mainly: blue. Hex color #1E4EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E4EFB is #E1B104. Grayscale: #525252. Windows color (decimal): -14790917 or 16469534. OLE color: 16469534.
HSL color Cylindrical-coordinate representation of color #1E4EFB: hue angle of 226.97º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E4EFB is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 78 | 251 | - |
| CMYK | 0.88 | 0.69 | 0 | 0.02 |
| HSL | 226.97º | 0.97% | 0.55% | - |
| HSV(B) | 226.97º | 0.88% | 0.98% | - |
| XYZ | 20.67 | 12.69 | 92.63 | - |
| YUV | 83.37 | 222.6 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 78 | 251 | 0.88 | 0.69 | 0 | 0.02 | 226.97 | 0.97 | 0.55 |
| Hex | 1E | 4E | FB | 58 | 45 | 0 | 2 | E3 | 61 | 37 |
| Octal | 36 | 116 | 373 | 130 | 105 | 0 | 2 | 343 | 141 | 67 |
| Binary | 11110 | 1001110 | 11111011 | 1011000 | 1000101 | 0 | 10 | 11100011 | 1100001 | 110111 |
Color Harmonies of #1E4EFB
Complementary color
Monochromatic Colors of #1E4EFB
Black with #1E4EFB
Text Example
Text Example
White with #1E4EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4EFB; }
p { color: rgb(30,78,251); }
H1.HeaderClassName
{
color: #1E4EFB;
}
.AnyTagClassName
{
color: #1E4EFB;
}
</style>
background-color css
<style>
a { background-color: #1E4EFB; }
a { background-color: rgb(30,78,251); }
div.DivClassName
{
background-color: #1E4EFB;
}
.BgClassName
{
background-color: #1E4EFB;
}
</style>
border-color css
<style>
span { border-color: #1E4EFB; }
span { border-color: rgb(30,78,251); }
td.TdClassName
{
border-color: #1E4EFB;
}
.TagClassName
{
border-color: #1E4EFB;
}
</style>