Shades of Neon Blue #1E40FA
Tints of Neon Blue #1E40FA
RGB
CMYK
RGB Variations
Color information
#1E40FA (or 0x1E40FA) is known color: Neon Blue. HEX triplet: 1E, 40 and FA. RGB value is (30,64,250). Sum of RGB (Red+Green+Blue) = 30+64+250=344 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.72% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 250 (98.05% from 255 or 72.67% from 344); Max value from RGB is 250 - color contains mainly: blue. Hex color #1E40FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E40FA is #E1BF05. Grayscale: #4A4A4A. Windows color (decimal): -14794502 or 16400414. OLE color: 16400414.
HSL color Cylindrical-coordinate representation of color #1E40FA: hue angle of 230.73º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E40FA is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 64 | 250 | - |
| CMYK | 0.88 | 0.74 | 0 | 0.02 |
| HSL | 230.73º | 0.96% | 0.55% | - |
| HSV(B) | 230.73º | 0.88% | 0.98% | - |
| XYZ | 19.62 | 10.84 | 91.5 | - |
| YUV | 75.04 | 226.74 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 64 | 250 | 0.88 | 0.74 | 0 | 0.02 | 230.73 | 0.96 | 0.55 |
| Hex | 1E | 40 | FA | 58 | 4A | 0 | 2 | E7 | 60 | 37 |
| Octal | 36 | 100 | 372 | 130 | 112 | 0 | 2 | 347 | 140 | 67 |
| Binary | 11110 | 1000000 | 11111010 | 1011000 | 1001010 | 0 | 10 | 11100111 | 1100000 | 110111 |
Color Harmonies of #1E40FA
Complementary color
Monochromatic Colors of #1E40FA
Black with #1E40FA
Text Example
Text Example
White with #1E40FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E40FA; }
p { color: rgb(30,64,250); }
H1.HeaderClassName
{
color: #1E40FA;
}
.AnyTagClassName
{
color: #1E40FA;
}
</style>
background-color css
<style>
a { background-color: #1E40FA; }
a { background-color: rgb(30,64,250); }
div.DivClassName
{
background-color: #1E40FA;
}
.BgClassName
{
background-color: #1E40FA;
}
</style>
border-color css
<style>
span { border-color: #1E40FA; }
span { border-color: rgb(30,64,250); }
td.TdClassName
{
border-color: #1E40FA;
}
.TagClassName
{
border-color: #1E40FA;
}
</style>