Shades of Neon Blue #1E3AFE
Tints of Neon Blue #1E3AFE
RGB
CMYK
RGB Variations
Color information
#1E3AFE (or 0x1E3AFE) is known color: Neon Blue. HEX triplet: 1E, 3A and FE. RGB value is (30,58,254). Sum of RGB (Red+Green+Blue) = 30+58+254=342 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.77% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 254 (99.61% from 255 or 74.27% from 342); Max value from RGB is 254 - color contains mainly: blue. Hex color #1E3AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E3AFE is #E1C501. Grayscale: #474747. Windows color (decimal): -14796034 or 16661022. OLE color: 16661022.
HSL color Cylindrical-coordinate representation of color #1E3AFE: hue angle of 232.5º 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 #1E3AFE is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 58 | 254 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.00 |
| HSL | 232.5º | 0.99% | 0.56% | - |
| HSV(B) | 232.5º | 0.88% | 1% | - |
| XYZ | 19.94 | 10.46 | 94.73 | - |
| YUV | 71.97 | 230.72 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 58 | 254 | 0.88 | 0.77 | 0 | 0.00 | 232.5 | 0.99 | 0.56 |
| Hex | 1E | 3A | FE | 58 | 4D | 0 | 0 | E8 | 63 | 38 |
| Octal | 36 | 72 | 376 | 130 | 115 | 0 | 0 | 350 | 143 | 70 |
| Binary | 11110 | 111010 | 11111110 | 1011000 | 1001101 | 0 | 0 | 11101000 | 1100011 | 111000 |
Color Harmonies of #1E3AFE
Complementary color
Monochromatic Colors of #1E3AFE
Black with #1E3AFE
Text Example
Text Example
White with #1E3AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3AFE; }
p { color: rgb(30,58,254); }
H1.HeaderClassName
{
color: #1E3AFE;
}
.AnyTagClassName
{
color: #1E3AFE;
}
</style>
background-color css
<style>
a { background-color: #1E3AFE; }
a { background-color: rgb(30,58,254); }
div.DivClassName
{
background-color: #1E3AFE;
}
.BgClassName
{
background-color: #1E3AFE;
}
</style>
border-color css
<style>
span { border-color: #1E3AFE; }
span { border-color: rgb(30,58,254); }
td.TdClassName
{
border-color: #1E3AFE;
}
.TagClassName
{
border-color: #1E3AFE;
}
</style>