Shades of Neon Blue #1E36FF
Tints of Neon Blue #1E36FF
RGB
CMYK
RGB Variations
Color information
#1E36FF (or 0x1E36FF) is known color: Neon Blue. HEX triplet: 1E, 36 and FF. RGB value is (30,54,255). Sum of RGB (Red+Green+Blue) = 30+54+255=339 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.85% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 255 (100% from 255 or 75.22% from 339); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E36FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E36FF is #E1C900. Grayscale: #444444. Windows color (decimal): -14797057 or 16725534. OLE color: 16725534.
HSL color Cylindrical-coordinate representation of color #1E36FF: hue angle of 233.6º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E36FF is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 54 | 255 | - |
| CMYK | 0.88 | 0.79 | 0 | 0 |
| HSL | 233.6º | 1% | 0.56% | - |
| HSV(B) | 233.6º | 0.88% | 1% | - |
| XYZ | 19.9 | 10.13 | 95.51 | - |
| YUV | 69.74 | 232.55 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 54 | 255 | 0.88 | 0.79 | 0 | 0 | 233.6 | 1 | 0.56 |
| Hex | 1E | 36 | FF | 58 | 4F | 0 | 0 | EA | 64 | 38 |
| Octal | 36 | 66 | 377 | 130 | 117 | 0 | 0 | 352 | 144 | 70 |
| Binary | 11110 | 110110 | 11111111 | 1011000 | 1001111 | 0 | 0 | 11101010 | 1100100 | 111000 |
Color Harmonies of #1E36FF
Complementary color
Monochromatic Colors of #1E36FF
Black with #1E36FF
Text Example
Text Example
White with #1E36FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E36FF; }
p { color: rgb(30,54,255); }
H1.HeaderClassName
{
color: #1E36FF;
}
.AnyTagClassName
{
color: #1E36FF;
}
</style>
background-color css
<style>
a { background-color: #1E36FF; }
a { background-color: rgb(30,54,255); }
div.DivClassName
{
background-color: #1E36FF;
}
.BgClassName
{
background-color: #1E36FF;
}
</style>
border-color css
<style>
span { border-color: #1E36FF; }
span { border-color: rgb(30,54,255); }
td.TdClassName
{
border-color: #1E36FF;
}
.TagClassName
{
border-color: #1E36FF;
}
</style>