Shades of Neon Blue #1E4EFA
Tints of Neon Blue #1E4EFA
RGB
CMYK
RGB Variations
Color information
#1E4EFA (or 0x1E4EFA) is known color: Neon Blue. HEX triplet: 1E, 4E and FA. RGB value is (30,78,250). Sum of RGB (Red+Green+Blue) = 30+78+250=358 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.38% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 250 (98.05% from 255 or 69.83% from 358); Max value from RGB is 250 - color contains mainly: blue. Hex color #1E4EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E4EFA is #E1B105. Grayscale: #525252. Windows color (decimal): -14790918 or 16403998. OLE color: 16403998.
HSL color Cylindrical-coordinate representation of color #1E4EFA: hue angle of 226.91º degrees, saturation: 0.96, 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 #1E4EFA is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 78 | 250 | - |
| CMYK | 0.88 | 0.69 | 0 | 0.02 |
| HSL | 226.91º | 0.96% | 0.55% | - |
| HSV(B) | 226.91º | 0.88% | 0.98% | - |
| XYZ | 20.52 | 12.63 | 91.8 | - |
| YUV | 83.26 | 222.1 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 78 | 250 | 0.88 | 0.69 | 0 | 0.02 | 226.91 | 0.96 | 0.55 |
| Hex | 1E | 4E | FA | 58 | 45 | 0 | 2 | E3 | 60 | 37 |
| Octal | 36 | 116 | 372 | 130 | 105 | 0 | 2 | 343 | 140 | 67 |
| Binary | 11110 | 1001110 | 11111010 | 1011000 | 1000101 | 0 | 10 | 11100011 | 1100000 | 110111 |
Color Harmonies of #1E4EFA
Complementary color
Monochromatic Colors of #1E4EFA
Black with #1E4EFA
Text Example
Text Example
White with #1E4EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4EFA; }
p { color: rgb(30,78,250); }
H1.HeaderClassName
{
color: #1E4EFA;
}
.AnyTagClassName
{
color: #1E4EFA;
}
</style>
background-color css
<style>
a { background-color: #1E4EFA; }
a { background-color: rgb(30,78,250); }
div.DivClassName
{
background-color: #1E4EFA;
}
.BgClassName
{
background-color: #1E4EFA;
}
</style>
border-color css
<style>
span { border-color: #1E4EFA; }
span { border-color: rgb(30,78,250); }
td.TdClassName
{
border-color: #1E4EFA;
}
.TagClassName
{
border-color: #1E4EFA;
}
</style>