Shades of Neon Blue #1E36F6
Tints of Neon Blue #1E36F6
RGB
CMYK
RGB Variations
Color information
#1E36F6 (or 0x1E36F6) is known color: Neon Blue. HEX triplet: 1E, 36 and F6. RGB value is (30,54,246). Sum of RGB (Red+Green+Blue) = 30+54+246=330 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.09% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 246 (96.48% from 255 or 74.55% from 330); Max value from RGB is 246 - color contains mainly: blue. Hex color #1E36F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E36F6 is #E1C909. Grayscale: #434343. Windows color (decimal): -14797066 or 16135710. OLE color: 16135710.
HSL color Cylindrical-coordinate representation of color #1E36F6: hue angle of 233.33º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E36F6 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 54 | 246 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.04 |
| HSL | 233.33º | 0.92% | 0.54% | - |
| HSV(B) | 233.33º | 0.88% | 0.96% | - |
| XYZ | 18.49 | 9.57 | 88.06 | - |
| YUV | 68.71 | 228.05 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 54 | 246 | 0.88 | 0.78 | 0 | 0.04 | 233.33 | 0.92 | 0.54 |
| Hex | 1E | 36 | F6 | 58 | 4E | 0 | 4 | E9 | 5C | 36 |
| Octal | 36 | 66 | 366 | 130 | 116 | 0 | 4 | 351 | 134 | 66 |
| Binary | 11110 | 110110 | 11110110 | 1011000 | 1001110 | 0 | 100 | 11101001 | 1011100 | 110110 |
Color Harmonies of #1E36F6
Complementary color
Monochromatic Colors of #1E36F6
Black with #1E36F6
Text Example
Text Example
White with #1E36F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E36F6; }
p { color: rgb(30,54,246); }
H1.HeaderClassName
{
color: #1E36F6;
}
.AnyTagClassName
{
color: #1E36F6;
}
</style>
background-color css
<style>
a { background-color: #1E36F6; }
a { background-color: rgb(30,54,246); }
div.DivClassName
{
background-color: #1E36F6;
}
.BgClassName
{
background-color: #1E36F6;
}
</style>
border-color css
<style>
span { border-color: #1E36F6; }
span { border-color: rgb(30,54,246); }
td.TdClassName
{
border-color: #1E36F6;
}
.TagClassName
{
border-color: #1E36F6;
}
</style>