Shades of Neon Blue #1E3FFF
Tints of Neon Blue #1E3FFF
RGB
CMYK
RGB Variations
Color information
#1E3FFF (or 0x1E3FFF) is known color: Neon Blue. HEX triplet: 1E, 3F and FF. RGB value is (30,63,255). Sum of RGB (Red+Green+Blue) = 30+63+255=348 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.62% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 255 (100% from 255 or 73.28% from 348); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E3FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E3FFF is #E1C000. Grayscale: #4A4A4A. Windows color (decimal): -14794753 or 16727838. OLE color: 16727838.
HSL color Cylindrical-coordinate representation of color #1E3FFF: hue angle of 231.2º 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 #1E3FFF is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 63 | 255 | - |
| CMYK | 0.88 | 0.75 | 0 | 0 |
| HSL | 231.2º | 1% | 0.56% | - |
| HSV(B) | 231.2º | 0.88% | 1% | - |
| XYZ | 20.36 | 11.05 | 95.67 | - |
| YUV | 75.02 | 229.57 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 63 | 255 | 0.88 | 0.75 | 0 | 0 | 231.2 | 1 | 0.56 |
| Hex | 1E | 3F | FF | 58 | 4B | 0 | 0 | E7 | 64 | 38 |
| Octal | 36 | 77 | 377 | 130 | 113 | 0 | 0 | 347 | 144 | 70 |
| Binary | 11110 | 111111 | 11111111 | 1011000 | 1001011 | 0 | 0 | 11100111 | 1100100 | 111000 |
Color Harmonies of #1E3FFF
Complementary color
Monochromatic Colors of #1E3FFF
Black with #1E3FFF
Text Example
Text Example
White with #1E3FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3FFF; }
p { color: rgb(30,63,255); }
H1.HeaderClassName
{
color: #1E3FFF;
}
.AnyTagClassName
{
color: #1E3FFF;
}
</style>
background-color css
<style>
a { background-color: #1E3FFF; }
a { background-color: rgb(30,63,255); }
div.DivClassName
{
background-color: #1E3FFF;
}
.BgClassName
{
background-color: #1E3FFF;
}
</style>
border-color css
<style>
span { border-color: #1E3FFF; }
span { border-color: rgb(30,63,255); }
td.TdClassName
{
border-color: #1E3FFF;
}
.TagClassName
{
border-color: #1E3FFF;
}
</style>