Shades of Neon Blue #1E4FFE
Tints of Neon Blue #1E4FFE
RGB
CMYK
RGB Variations
Color information
#1E4FFE (or 0x1E4FFE) is known color: Neon Blue. HEX triplet: 1E, 4F and FE. RGB value is (30,79,254). Sum of RGB (Red+Green+Blue) = 30+79+254=363 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.26% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 254 (99.61% from 255 or 69.97% from 363); Max value from RGB is 254 - color contains mainly: blue. Hex color #1E4FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E4FFE is #E1B001. Grayscale: #535353. Windows color (decimal): -14790658 or 16666398. OLE color: 16666398.
HSL color Cylindrical-coordinate representation of color #1E4FFE: hue angle of 226.88º 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 #1E4FFE is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 79 | 254 | - |
| CMYK | 0.88 | 0.69 | 0 | 0.00 |
| HSL | 226.88º | 0.99% | 0.56% | - |
| HSV(B) | 226.88º | 0.88% | 1% | - |
| XYZ | 21.22 | 13.02 | 95.16 | - |
| YUV | 84.3 | 223.77 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 79 | 254 | 0.88 | 0.69 | 0 | 0.00 | 226.88 | 0.99 | 0.56 |
| Hex | 1E | 4F | FE | 58 | 45 | 0 | 0 | E3 | 63 | 38 |
| Octal | 36 | 117 | 376 | 130 | 105 | 0 | 0 | 343 | 143 | 70 |
| Binary | 11110 | 1001111 | 11111110 | 1011000 | 1000101 | 0 | 0 | 11100011 | 1100011 | 111000 |
Color Harmonies of #1E4FFE
Complementary color
Monochromatic Colors of #1E4FFE
Black with #1E4FFE
Text Example
Text Example
White with #1E4FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4FFE; }
p { color: rgb(30,79,254); }
H1.HeaderClassName
{
color: #1E4FFE;
}
.AnyTagClassName
{
color: #1E4FFE;
}
</style>
background-color css
<style>
a { background-color: #1E4FFE; }
a { background-color: rgb(30,79,254); }
div.DivClassName
{
background-color: #1E4FFE;
}
.BgClassName
{
background-color: #1E4FFE;
}
</style>
border-color css
<style>
span { border-color: #1E4FFE; }
span { border-color: rgb(30,79,254); }
td.TdClassName
{
border-color: #1E4FFE;
}
.TagClassName
{
border-color: #1E4FFE;
}
</style>