Shades of Neon Blue #1E3CFF
Tints of Neon Blue #1E3CFF
RGB
CMYK
RGB Variations
Color information
#1E3CFF (or 0x1E3CFF) is known color: Neon Blue. HEX triplet: 1E, 3C and FF. RGB value is (30,60,255). Sum of RGB (Red+Green+Blue) = 30+60+255=345 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.70% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 255 (100% from 255 or 73.91% from 345); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E3CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E3CFF is #E1C300. Grayscale: #484848. Windows color (decimal): -14795521 or 16727070. OLE color: 16727070.
HSL color Cylindrical-coordinate representation of color #1E3CFF: hue angle of 232º 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 #1E3CFF is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 60 | 255 | - |
| CMYK | 0.88 | 0.76 | 0 | 0 |
| HSL | 232º | 1% | 0.56% | - |
| HSV(B) | 232º | 0.88% | 1% | - |
| XYZ | 20.2 | 10.73 | 95.61 | - |
| YUV | 73.26 | 230.56 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 60 | 255 | 0.88 | 0.76 | 0 | 0 | 232 | 1 | 0.56 |
| Hex | 1E | 3C | FF | 58 | 4C | 0 | 0 | E8 | 64 | 38 |
| Octal | 36 | 74 | 377 | 130 | 114 | 0 | 0 | 350 | 144 | 70 |
| Binary | 11110 | 111100 | 11111111 | 1011000 | 1001100 | 0 | 0 | 11101000 | 1100100 | 111000 |
Color Harmonies of #1E3CFF
Complementary color
Monochromatic Colors of #1E3CFF
Black with #1E3CFF
Text Example
Text Example
White with #1E3CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3CFF; }
p { color: rgb(30,60,255); }
H1.HeaderClassName
{
color: #1E3CFF;
}
.AnyTagClassName
{
color: #1E3CFF;
}
</style>
background-color css
<style>
a { background-color: #1E3CFF; }
a { background-color: rgb(30,60,255); }
div.DivClassName
{
background-color: #1E3CFF;
}
.BgClassName
{
background-color: #1E3CFF;
}
</style>
border-color css
<style>
span { border-color: #1E3CFF; }
span { border-color: rgb(30,60,255); }
td.TdClassName
{
border-color: #1E3CFF;
}
.TagClassName
{
border-color: #1E3CFF;
}
</style>