Shades of Neon Blue #1E43F8
Tints of Neon Blue #1E43F8
RGB
CMYK
RGB Variations
Color information
#1E43F8 (or 0x1E43F8) is known color: Neon Blue. HEX triplet: 1E, 43 and F8. RGB value is (30,67,248). Sum of RGB (Red+Green+Blue) = 30+67+248=345 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.70% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 248 (97.27% from 255 or 71.88% from 345); Max value from RGB is 248 - color contains mainly: blue. Hex color #1E43F8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E43F8 is #E1BC07. Grayscale: #4B4B4B. Windows color (decimal): -14793736 or 16270110. OLE color: 16270110.
HSL color Cylindrical-coordinate representation of color #1E43F8: hue angle of 229.82º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E43F8 is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 30 | 67 | 248 | - |
| CMYK | 0.88 | 0.73 | 0 | 0.03 |
| HSL | 229.82º | 0.94% | 0.55% | - |
| HSV(B) | 229.82º | 0.88% | 0.97% | - |
| XYZ | 19.49 | 11.07 | 89.92 | - |
| YUV | 76.57 | 224.74 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 67 | 248 | 0.88 | 0.73 | 0 | 0.03 | 229.82 | 0.94 | 0.55 |
| Hex | 1E | 43 | F8 | 58 | 49 | 0 | 3 | E6 | 5E | 37 |
| Octal | 36 | 103 | 370 | 130 | 111 | 0 | 3 | 346 | 136 | 67 |
| Binary | 11110 | 1000011 | 11111000 | 1011000 | 1001001 | 0 | 11 | 11100110 | 1011110 | 110111 |
Color Harmonies of #1E43F8
Complementary color
Monochromatic Colors of #1E43F8
Black with #1E43F8
Text Example
Text Example
White with #1E43F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E43F8; }
p { color: rgb(30,67,248); }
H1.HeaderClassName
{
color: #1E43F8;
}
.AnyTagClassName
{
color: #1E43F8;
}
</style>
background-color css
<style>
a { background-color: #1E43F8; }
a { background-color: rgb(30,67,248); }
div.DivClassName
{
background-color: #1E43F8;
}
.BgClassName
{
background-color: #1E43F8;
}
</style>
border-color css
<style>
span { border-color: #1E43F8; }
span { border-color: rgb(30,67,248); }
td.TdClassName
{
border-color: #1E43F8;
}
.TagClassName
{
border-color: #1E43F8;
}
</style>