Shades of Neon Blue #1E43FA
Tints of Neon Blue #1E43FA
RGB
CMYK
RGB Variations
Color information
#1E43FA (or 0x1E43FA) is known color: Neon Blue. HEX triplet: 1E, 43 and FA. RGB value is (30,67,250). Sum of RGB (Red+Green+Blue) = 30+67+250=347 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.65% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 250 (98.05% from 255 or 72.05% from 347); Max value from RGB is 250 - color contains mainly: blue. Hex color #1E43FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E43FA is #E1BC05. Grayscale: #4C4C4C. Windows color (decimal): -14793734 or 16401182. OLE color: 16401182.
HSL color Cylindrical-coordinate representation of color #1E43FA: hue angle of 229.91º 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 #1E43FA is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 67 | 250 | - |
| CMYK | 0.88 | 0.73 | 0 | 0.02 |
| HSL | 229.91º | 0.96% | 0.55% | - |
| HSV(B) | 229.91º | 0.88% | 0.98% | - |
| XYZ | 19.8 | 11.19 | 91.56 | - |
| YUV | 76.8 | 225.74 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 67 | 250 | 0.88 | 0.73 | 0 | 0.02 | 229.91 | 0.96 | 0.55 |
| Hex | 1E | 43 | FA | 58 | 49 | 0 | 2 | E6 | 60 | 37 |
| Octal | 36 | 103 | 372 | 130 | 111 | 0 | 2 | 346 | 140 | 67 |
| Binary | 11110 | 1000011 | 11111010 | 1011000 | 1001001 | 0 | 10 | 11100110 | 1100000 | 110111 |
Color Harmonies of #1E43FA
Complementary color
Monochromatic Colors of #1E43FA
Black with #1E43FA
Text Example
Text Example
White with #1E43FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E43FA; }
p { color: rgb(30,67,250); }
H1.HeaderClassName
{
color: #1E43FA;
}
.AnyTagClassName
{
color: #1E43FA;
}
</style>
background-color css
<style>
a { background-color: #1E43FA; }
a { background-color: rgb(30,67,250); }
div.DivClassName
{
background-color: #1E43FA;
}
.BgClassName
{
background-color: #1E43FA;
}
</style>
border-color css
<style>
span { border-color: #1E43FA; }
span { border-color: rgb(30,67,250); }
td.TdClassName
{
border-color: #1E43FA;
}
.TagClassName
{
border-color: #1E43FA;
}
</style>