Shades of Neon Blue #1E40FF
Tints of Neon Blue #1E40FF
RGB
CMYK
RGB Variations
Color information
#1E40FF (or 0x1E40FF) is known color: Neon Blue. HEX triplet: 1E, 40 and FF. RGB value is (30,64,255). Sum of RGB (Red+Green+Blue) = 30+64+255=349 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.60% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 255 (100% from 255 or 73.07% from 349); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E40FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E40FF is #E1BF00. Grayscale: #4A4A4A. Windows color (decimal): -14794497 or 16728094. OLE color: 16728094.
HSL color Cylindrical-coordinate representation of color #1E40FF: hue angle of 230.93º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E40FF is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 64 | 255 | - |
| CMYK | 0.88 | 0.75 | 0 | 0 |
| HSL | 230.93º | 1% | 0.56% | - |
| HSV(B) | 230.93º | 0.88% | 1% | - |
| XYZ | 20.42 | 11.16 | 95.69 | - |
| YUV | 75.61 | 229.24 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 64 | 255 | 0.88 | 0.75 | 0 | 0 | 230.93 | 1 | 0.56 |
| Hex | 1E | 40 | FF | 58 | 4B | 0 | 0 | E7 | 64 | 38 |
| Octal | 36 | 100 | 377 | 130 | 113 | 0 | 0 | 347 | 144 | 70 |
| Binary | 11110 | 1000000 | 11111111 | 1011000 | 1001011 | 0 | 0 | 11100111 | 1100100 | 111000 |
Color Harmonies of #1E40FF
Complementary color
Monochromatic Colors of #1E40FF
Black with #1E40FF
Text Example
Text Example
White with #1E40FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E40FF; }
p { color: rgb(30,64,255); }
H1.HeaderClassName
{
color: #1E40FF;
}
.AnyTagClassName
{
color: #1E40FF;
}
</style>
background-color css
<style>
a { background-color: #1E40FF; }
a { background-color: rgb(30,64,255); }
div.DivClassName
{
background-color: #1E40FF;
}
.BgClassName
{
background-color: #1E40FF;
}
</style>
border-color css
<style>
span { border-color: #1E40FF; }
span { border-color: rgb(30,64,255); }
td.TdClassName
{
border-color: #1E40FF;
}
.TagClassName
{
border-color: #1E40FF;
}
</style>