Shades of Neon Blue #1E3CFE
Tints of Neon Blue #1E3CFE
RGB
CMYK
RGB Variations
Color information
#1E3CFE (or 0x1E3CFE) is known color: Neon Blue. HEX triplet: 1E, 3C and FE. RGB value is (30,60,254). Sum of RGB (Red+Green+Blue) = 30+60+254=344 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.72% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 254 (99.61% from 255 or 73.84% from 344); Max value from RGB is 254 - color contains mainly: blue. Hex color #1E3CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E3CFE is #E1C301. Grayscale: #484848. Windows color (decimal): -14795522 or 16661534. OLE color: 16661534.
HSL color Cylindrical-coordinate representation of color #1E3CFE: hue angle of 231.96º 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 #1E3CFE is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 60 | 254 | - |
| CMYK | 0.88 | 0.76 | 0 | 0.00 |
| HSL | 231.96º | 0.99% | 0.56% | - |
| HSV(B) | 231.96º | 0.88% | 1% | - |
| XYZ | 20.04 | 10.66 | 94.77 | - |
| YUV | 73.15 | 230.06 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 60 | 254 | 0.88 | 0.76 | 0 | 0.00 | 231.96 | 0.99 | 0.56 |
| Hex | 1E | 3C | FE | 58 | 4C | 0 | 0 | E8 | 63 | 38 |
| Octal | 36 | 74 | 376 | 130 | 114 | 0 | 0 | 350 | 143 | 70 |
| Binary | 11110 | 111100 | 11111110 | 1011000 | 1001100 | 0 | 0 | 11101000 | 1100011 | 111000 |
Color Harmonies of #1E3CFE
Complementary color
Monochromatic Colors of #1E3CFE
Black with #1E3CFE
Text Example
Text Example
White with #1E3CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3CFE; }
p { color: rgb(30,60,254); }
H1.HeaderClassName
{
color: #1E3CFE;
}
.AnyTagClassName
{
color: #1E3CFE;
}
</style>
background-color css
<style>
a { background-color: #1E3CFE; }
a { background-color: rgb(30,60,254); }
div.DivClassName
{
background-color: #1E3CFE;
}
.BgClassName
{
background-color: #1E3CFE;
}
</style>
border-color css
<style>
span { border-color: #1E3CFE; }
span { border-color: rgb(30,60,254); }
td.TdClassName
{
border-color: #1E3CFE;
}
.TagClassName
{
border-color: #1E3CFE;
}
</style>