Shades of Neon Blue #1E39FB
Tints of Neon Blue #1E39FB
RGB
CMYK
RGB Variations
Color information
#1E39FB (or 0x1E39FB) is known color: Neon Blue. HEX triplet: 1E, 39 and FB. RGB value is (30,57,251). Sum of RGB (Red+Green+Blue) = 30+57+251=338 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.88% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 251 (98.44% from 255 or 74.26% from 338); Max value from RGB is 251 - color contains mainly: blue. Hex color #1E39FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E39FB is #E1C604. Grayscale: #464646. Windows color (decimal): -14796293 or 16464158. OLE color: 16464158.
HSL color Cylindrical-coordinate representation of color #1E39FB: hue angle of 232.67º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E39FB is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 57 | 251 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.02 |
| HSL | 232.67º | 0.97% | 0.55% | - |
| HSV(B) | 232.67º | 0.88% | 0.98% | - |
| XYZ | 19.41 | 10.17 | 92.21 | - |
| YUV | 71.04 | 229.55 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 57 | 251 | 0.88 | 0.77 | 0 | 0.02 | 232.67 | 0.97 | 0.55 |
| Hex | 1E | 39 | FB | 58 | 4D | 0 | 2 | E9 | 61 | 37 |
| Octal | 36 | 71 | 373 | 130 | 115 | 0 | 2 | 351 | 141 | 67 |
| Binary | 11110 | 111001 | 11111011 | 1011000 | 1001101 | 0 | 10 | 11101001 | 1100001 | 110111 |
Color Harmonies of #1E39FB
Complementary color
Monochromatic Colors of #1E39FB
Black with #1E39FB
Text Example
Text Example
White with #1E39FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E39FB; }
p { color: rgb(30,57,251); }
H1.HeaderClassName
{
color: #1E39FB;
}
.AnyTagClassName
{
color: #1E39FB;
}
</style>
background-color css
<style>
a { background-color: #1E39FB; }
a { background-color: rgb(30,57,251); }
div.DivClassName
{
background-color: #1E39FB;
}
.BgClassName
{
background-color: #1E39FB;
}
</style>
border-color css
<style>
span { border-color: #1E39FB; }
span { border-color: rgb(30,57,251); }
td.TdClassName
{
border-color: #1E39FB;
}
.TagClassName
{
border-color: #1E39FB;
}
</style>