Shades of Neon Blue #1E4AFB
Tints of Neon Blue #1E4AFB
RGB
CMYK
RGB Variations
Color information
#1E4AFB (or 0x1E4AFB) is known color: Neon Blue. HEX triplet: 1E, 4A and FB. RGB value is (30,74,251). Sum of RGB (Red+Green+Blue) = 30+74+251=355 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.45% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 251 (98.44% from 255 or 70.70% from 355); Max value from RGB is 251 - color contains mainly: blue. Hex color #1E4AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E4AFB is #E1B504. Grayscale: #505050. Windows color (decimal): -14791941 or 16468510. OLE color: 16468510.
HSL color Cylindrical-coordinate representation of color #1E4AFB: hue angle of 228.05º 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 #1E4AFB is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 74 | 251 | - |
| CMYK | 0.88 | 0.71 | 0 | 0.02 |
| HSL | 228.05º | 0.97% | 0.55% | - |
| HSV(B) | 228.05º | 0.88% | 0.98% | - |
| XYZ | 20.4 | 12.14 | 92.53 | - |
| YUV | 81.02 | 223.92 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 74 | 251 | 0.88 | 0.71 | 0 | 0.02 | 228.05 | 0.97 | 0.55 |
| Hex | 1E | 4A | FB | 58 | 47 | 0 | 2 | E4 | 61 | 37 |
| Octal | 36 | 112 | 373 | 130 | 107 | 0 | 2 | 344 | 141 | 67 |
| Binary | 11110 | 1001010 | 11111011 | 1011000 | 1000111 | 0 | 10 | 11100100 | 1100001 | 110111 |
Color Harmonies of #1E4AFB
Complementary color
Monochromatic Colors of #1E4AFB
Black with #1E4AFB
Text Example
Text Example
White with #1E4AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4AFB; }
p { color: rgb(30,74,251); }
H1.HeaderClassName
{
color: #1E4AFB;
}
.AnyTagClassName
{
color: #1E4AFB;
}
</style>
background-color css
<style>
a { background-color: #1E4AFB; }
a { background-color: rgb(30,74,251); }
div.DivClassName
{
background-color: #1E4AFB;
}
.BgClassName
{
background-color: #1E4AFB;
}
</style>
border-color css
<style>
span { border-color: #1E4AFB; }
span { border-color: rgb(30,74,251); }
td.TdClassName
{
border-color: #1E4AFB;
}
.TagClassName
{
border-color: #1E4AFB;
}
</style>