Shades of Neon Blue #1E45FE
Tints of Neon Blue #1E45FE
RGB
CMYK
RGB Variations
Color information
#1E45FE (or 0x1E45FE) is known color: Neon Blue. HEX triplet: 1E, 45 and FE. RGB value is (30,69,254). Sum of RGB (Red+Green+Blue) = 30+69+254=353 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.50% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 254 (99.61% from 255 or 71.95% from 353); Max value from RGB is 254 - color contains mainly: blue. Hex color #1E45FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E45FE is #E1BA01. Grayscale: #4D4D4D. Windows color (decimal): -14793218 or 16663838. OLE color: 16663838.
HSL color Cylindrical-coordinate representation of color #1E45FE: hue angle of 229.55º 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 #1E45FE is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 69 | 254 | - |
| CMYK | 0.88 | 0.73 | 0 | 0.00 |
| HSL | 229.55º | 0.99% | 0.56% | - |
| HSV(B) | 229.55º | 0.88% | 1% | - |
| XYZ | 20.55 | 11.69 | 94.94 | - |
| YUV | 78.43 | 227.08 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 69 | 254 | 0.88 | 0.73 | 0 | 0.00 | 229.55 | 0.99 | 0.56 |
| Hex | 1E | 45 | FE | 58 | 49 | 0 | 0 | E6 | 63 | 38 |
| Octal | 36 | 105 | 376 | 130 | 111 | 0 | 0 | 346 | 143 | 70 |
| Binary | 11110 | 1000101 | 11111110 | 1011000 | 1001001 | 0 | 0 | 11100110 | 1100011 | 111000 |
Color Harmonies of #1E45FE
Complementary color
Monochromatic Colors of #1E45FE
Black with #1E45FE
Text Example
Text Example
White with #1E45FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E45FE; }
p { color: rgb(30,69,254); }
H1.HeaderClassName
{
color: #1E45FE;
}
.AnyTagClassName
{
color: #1E45FE;
}
</style>
background-color css
<style>
a { background-color: #1E45FE; }
a { background-color: rgb(30,69,254); }
div.DivClassName
{
background-color: #1E45FE;
}
.BgClassName
{
background-color: #1E45FE;
}
</style>
border-color css
<style>
span { border-color: #1E45FE; }
span { border-color: rgb(30,69,254); }
td.TdClassName
{
border-color: #1E45FE;
}
.TagClassName
{
border-color: #1E45FE;
}
</style>