Shades of Neon Blue #1E3EFE
Tints of Neon Blue #1E3EFE
RGB
CMYK
RGB Variations
Color information
#1E3EFE (or 0x1E3EFE) is known color: Neon Blue. HEX triplet: 1E, 3E and FE. RGB value is (30,62,254). Sum of RGB (Red+Green+Blue) = 30+62+254=346 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.67% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 254 (99.61% from 255 or 73.41% from 346); Max value from RGB is 254 - color contains mainly: blue. Hex color #1E3EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E3EFE is #E1C101. Grayscale: #494949. Windows color (decimal): -14795010 or 16662046. OLE color: 16662046.
HSL color Cylindrical-coordinate representation of color #1E3EFE: hue angle of 231.43º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E3EFE is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 62 | 254 | - |
| CMYK | 0.88 | 0.76 | 0 | 0.00 |
| HSL | 231.43º | 0.99% | 0.56% | - |
| HSV(B) | 231.43º | 0.88% | 1% | - |
| XYZ | 20.15 | 10.88 | 94.8 | - |
| YUV | 74.32 | 229.4 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 62 | 254 | 0.88 | 0.76 | 0 | 0.00 | 231.43 | 0.99 | 0.56 |
| Hex | 1E | 3E | FE | 58 | 4C | 0 | 0 | E7 | 63 | 38 |
| Octal | 36 | 76 | 376 | 130 | 114 | 0 | 0 | 347 | 143 | 70 |
| Binary | 11110 | 111110 | 11111110 | 1011000 | 1001100 | 0 | 0 | 11100111 | 1100011 | 111000 |
Color Harmonies of #1E3EFE
Complementary color
Monochromatic Colors of #1E3EFE
Black with #1E3EFE
Text Example
Text Example
White with #1E3EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3EFE; }
p { color: rgb(30,62,254); }
H1.HeaderClassName
{
color: #1E3EFE;
}
.AnyTagClassName
{
color: #1E3EFE;
}
</style>
background-color css
<style>
a { background-color: #1E3EFE; }
a { background-color: rgb(30,62,254); }
div.DivClassName
{
background-color: #1E3EFE;
}
.BgClassName
{
background-color: #1E3EFE;
}
</style>
border-color css
<style>
span { border-color: #1E3EFE; }
span { border-color: rgb(30,62,254); }
td.TdClassName
{
border-color: #1E3EFE;
}
.TagClassName
{
border-color: #1E3EFE;
}
</style>