Shades of Neon Blue #1E3AFF
Tints of Neon Blue #1E3AFF
RGB
CMYK
RGB Variations
Color information
#1E3AFF (or 0x1E3AFF) is known color: Neon Blue. HEX triplet: 1E, 3A and FF. RGB value is (30,58,255). Sum of RGB (Red+Green+Blue) = 30+58+255=343 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.75% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 255 (100% from 255 or 74.34% from 343); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E3AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E3AFF is #E1C500. Grayscale: #474747. Windows color (decimal): -14796033 or 16726558. OLE color: 16726558.
HSL color Cylindrical-coordinate representation of color #1E3AFF: hue angle of 232.53º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E3AFF is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 58 | 255 | - |
| CMYK | 0.88 | 0.77 | 0 | 0 |
| HSL | 232.53º | 1% | 0.56% | - |
| HSV(B) | 232.53º | 0.88% | 1% | - |
| XYZ | 20.1 | 10.52 | 95.58 | - |
| YUV | 72.09 | 231.22 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 58 | 255 | 0.88 | 0.77 | 0 | 0 | 232.53 | 1 | 0.56 |
| Hex | 1E | 3A | FF | 58 | 4D | 0 | 0 | E9 | 64 | 38 |
| Octal | 36 | 72 | 377 | 130 | 115 | 0 | 0 | 351 | 144 | 70 |
| Binary | 11110 | 111010 | 11111111 | 1011000 | 1001101 | 0 | 0 | 11101001 | 1100100 | 111000 |
Color Harmonies of #1E3AFF
Complementary color
Monochromatic Colors of #1E3AFF
Black with #1E3AFF
Text Example
Text Example
White with #1E3AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3AFF; }
p { color: rgb(30,58,255); }
H1.HeaderClassName
{
color: #1E3AFF;
}
.AnyTagClassName
{
color: #1E3AFF;
}
</style>
background-color css
<style>
a { background-color: #1E3AFF; }
a { background-color: rgb(30,58,255); }
div.DivClassName
{
background-color: #1E3AFF;
}
.BgClassName
{
background-color: #1E3AFF;
}
</style>
border-color css
<style>
span { border-color: #1E3AFF; }
span { border-color: rgb(30,58,255); }
td.TdClassName
{
border-color: #1E3AFF;
}
.TagClassName
{
border-color: #1E3AFF;
}
</style>