Shades of Neon Blue #1E3CFC
Tints of Neon Blue #1E3CFC
RGB
CMYK
RGB Variations
Color information
#1E3CFC (or 0x1E3CFC) is known color: Neon Blue. HEX triplet: 1E, 3C and FC. RGB value is (30,60,252). Sum of RGB (Red+Green+Blue) = 30+60+252=342 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.77% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 252 (98.83% from 255 or 73.68% from 342); Max value from RGB is 252 - color contains mainly: blue. Hex color #1E3CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E3CFC is #E1C303. Grayscale: #484848. Windows color (decimal): -14795524 or 16530462. OLE color: 16530462.
HSL color Cylindrical-coordinate representation of color #1E3CFC: hue angle of 231.89º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E3CFC is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 60 | 252 | - |
| CMYK | 0.88 | 0.76 | 0 | 0.01 |
| HSL | 231.89º | 0.97% | 0.55% | - |
| HSV(B) | 231.89º | 0.88% | 0.99% | - |
| XYZ | 19.72 | 10.54 | 93.09 | - |
| YUV | 72.92 | 229.06 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 60 | 252 | 0.88 | 0.76 | 0 | 0.01 | 231.89 | 0.97 | 0.55 |
| Hex | 1E | 3C | FC | 58 | 4C | 0 | 1 | E8 | 61 | 37 |
| Octal | 36 | 74 | 374 | 130 | 114 | 0 | 1 | 350 | 141 | 67 |
| Binary | 11110 | 111100 | 11111100 | 1011000 | 1001100 | 0 | 1 | 11101000 | 1100001 | 110111 |
Color Harmonies of #1E3CFC
Complementary color
Monochromatic Colors of #1E3CFC
Black with #1E3CFC
Text Example
Text Example
White with #1E3CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3CFC; }
p { color: rgb(30,60,252); }
H1.HeaderClassName
{
color: #1E3CFC;
}
.AnyTagClassName
{
color: #1E3CFC;
}
</style>
background-color css
<style>
a { background-color: #1E3CFC; }
a { background-color: rgb(30,60,252); }
div.DivClassName
{
background-color: #1E3CFC;
}
.BgClassName
{
background-color: #1E3CFC;
}
</style>
border-color css
<style>
span { border-color: #1E3CFC; }
span { border-color: rgb(30,60,252); }
td.TdClassName
{
border-color: #1E3CFC;
}
.TagClassName
{
border-color: #1E3CFC;
}
</style>