Shades of Neon Blue #1E33FA
Tints of Neon Blue #1E33FA
RGB
CMYK
RGB Variations
Color information
#1E33FA (or 0x1E33FA) is known color: Neon Blue. HEX triplet: 1E, 33 and FA. RGB value is (30,51,250). Sum of RGB (Red+Green+Blue) = 30+51+250=331 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.06% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 250 (98.05% from 255 or 75.53% from 331); Max value from RGB is 250 - color contains mainly: blue. Hex color #1E33FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E33FA is #E1CC05. Grayscale: #424242. Windows color (decimal): -14797830 or 16397086. OLE color: 16397086.
HSL color Cylindrical-coordinate representation of color #1E33FA: hue angle of 234.27º 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 #1E33FA is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 51 | 250 | - |
| CMYK | 0.88 | 0.80 | 0 | 0.02 |
| HSL | 234.27º | 0.96% | 0.55% | - |
| HSV(B) | 234.27º | 0.88% | 0.98% | - |
| XYZ | 18.97 | 9.55 | 91.28 | - |
| YUV | 67.41 | 231.04 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 51 | 250 | 0.88 | 0.80 | 0 | 0.02 | 234.27 | 0.96 | 0.55 |
| Hex | 1E | 33 | FA | 58 | 50 | 0 | 2 | EA | 60 | 37 |
| Octal | 36 | 63 | 372 | 130 | 120 | 0 | 2 | 352 | 140 | 67 |
| Binary | 11110 | 110011 | 11111010 | 1011000 | 1010000 | 0 | 10 | 11101010 | 1100000 | 110111 |
Color Harmonies of #1E33FA
Complementary color
Monochromatic Colors of #1E33FA
Black with #1E33FA
Text Example
Text Example
White with #1E33FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E33FA; }
p { color: rgb(30,51,250); }
H1.HeaderClassName
{
color: #1E33FA;
}
.AnyTagClassName
{
color: #1E33FA;
}
</style>
background-color css
<style>
a { background-color: #1E33FA; }
a { background-color: rgb(30,51,250); }
div.DivClassName
{
background-color: #1E33FA;
}
.BgClassName
{
background-color: #1E33FA;
}
</style>
border-color css
<style>
span { border-color: #1E33FA; }
span { border-color: rgb(30,51,250); }
td.TdClassName
{
border-color: #1E33FA;
}
.TagClassName
{
border-color: #1E33FA;
}
</style>