Shades of Neon Blue #1E34FE
Tints of Neon Blue #1E34FE
RGB
CMYK
RGB Variations
Color information
#1E34FE (or 0x1E34FE) is known color: Neon Blue. HEX triplet: 1E, 34 and FE. RGB value is (30,52,254). Sum of RGB (Red+Green+Blue) = 30+52+254=336 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.93% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 254 (99.61% from 255 or 75.60% from 336); Max value from RGB is 254 - color contains mainly: blue. Hex color #1E34FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E34FE is #E1CB01. Grayscale: #434343. Windows color (decimal): -14797570 or 16659486. OLE color: 16659486.
HSL color Cylindrical-coordinate representation of color #1E34FE: hue angle of 234.11º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E34FE is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 52 | 254 | - |
| CMYK | 0.88 | 0.80 | 0 | 0.00 |
| HSL | 234.11º | 0.99% | 0.56% | - |
| HSV(B) | 234.11º | 0.88% | 1% | - |
| XYZ | 19.65 | 9.89 | 94.64 | - |
| YUV | 68.45 | 232.71 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 52 | 254 | 0.88 | 0.80 | 0 | 0.00 | 234.11 | 0.99 | 0.56 |
| Hex | 1E | 34 | FE | 58 | 50 | 0 | 0 | EA | 63 | 38 |
| Octal | 36 | 64 | 376 | 130 | 120 | 0 | 0 | 352 | 143 | 70 |
| Binary | 11110 | 110100 | 11111110 | 1011000 | 1010000 | 0 | 0 | 11101010 | 1100011 | 111000 |
Color Harmonies of #1E34FE
Complementary color
Monochromatic Colors of #1E34FE
Black with #1E34FE
Text Example
Text Example
White with #1E34FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E34FE; }
p { color: rgb(30,52,254); }
H1.HeaderClassName
{
color: #1E34FE;
}
.AnyTagClassName
{
color: #1E34FE;
}
</style>
background-color css
<style>
a { background-color: #1E34FE; }
a { background-color: rgb(30,52,254); }
div.DivClassName
{
background-color: #1E34FE;
}
.BgClassName
{
background-color: #1E34FE;
}
</style>
border-color css
<style>
span { border-color: #1E34FE; }
span { border-color: rgb(30,52,254); }
td.TdClassName
{
border-color: #1E34FE;
}
.TagClassName
{
border-color: #1E34FE;
}
</style>