Shades of Neon Blue #1D3EF1
Tints of Neon Blue #1D3EF1
RGB
CMYK
RGB Variations
Color information
#1D3EF1 (or 0x1D3EF1) is known color: Neon Blue. HEX triplet: 1D, 3E and F1. RGB value is (29,62,241). Sum of RGB (Red+Green+Blue) = 29+62+241=332 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.73% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 241 (94.53% from 255 or 72.59% from 332); Max value from RGB is 241 - color contains mainly: blue. Hex color #1D3EF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D3EF1 is #E2C10E. Grayscale: #474747. Windows color (decimal): -14860559 or 15810077. OLE color: 15810077.
HSL color Cylindrical-coordinate representation of color #1D3EF1: hue angle of 230.66º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D3EF1 is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 62 | 241 | - |
| CMYK | 0.88 | 0.74 | 0 | 0.05 |
| HSL | 230.66º | 0.88% | 0.53% | - |
| HSV(B) | 230.66º | 0.88% | 0.95% | - |
| XYZ | 18.11 | 10.06 | 84.21 | - |
| YUV | 72.54 | 223.07 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 62 | 241 | 0.88 | 0.74 | 0 | 0.05 | 230.66 | 0.88 | 0.53 |
| Hex | 1D | 3E | F1 | 58 | 4A | 0 | 5 | E7 | 58 | 35 |
| Octal | 35 | 76 | 361 | 130 | 112 | 0 | 5 | 347 | 130 | 65 |
| Binary | 11101 | 111110 | 11110001 | 1011000 | 1001010 | 0 | 101 | 11100111 | 1011000 | 110101 |
Color Harmonies of #1D3EF1
Complementary color
Monochromatic Colors of #1D3EF1
Black with #1D3EF1
Text Example
Text Example
White with #1D3EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3EF1; }
p { color: rgb(29,62,241); }
H1.HeaderClassName
{
color: #1D3EF1;
}
.AnyTagClassName
{
color: #1D3EF1;
}
</style>
background-color css
<style>
a { background-color: #1D3EF1; }
a { background-color: rgb(29,62,241); }
div.DivClassName
{
background-color: #1D3EF1;
}
.BgClassName
{
background-color: #1D3EF1;
}
</style>
border-color css
<style>
span { border-color: #1D3EF1; }
span { border-color: rgb(29,62,241); }
td.TdClassName
{
border-color: #1D3EF1;
}
.TagClassName
{
border-color: #1D3EF1;
}
</style>