Shades of Neon Blue #1D3EFF
Tints of Neon Blue #1D3EFF
RGB
CMYK
RGB Variations
Color information
#1D3EFF (or 0x1D3EFF) is known color: Neon Blue. HEX triplet: 1D, 3E and FF. RGB value is (29,62,255). Sum of RGB (Red+Green+Blue) = 29+62+255=346 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.38% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 255 (100% from 255 or 73.70% from 346); Max value from RGB is 255 - color contains mainly: blue. Hex color #1D3EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D3EFF is #E2C100. Grayscale: #494949. Windows color (decimal): -14860545 or 16727581. OLE color: 16727581.
HSL color Cylindrical-coordinate representation of color #1D3EFF: hue angle of 231.24º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D3EFF is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 62 | 255 | - |
| CMYK | 0.89 | 0.76 | 0 | 0 |
| HSL | 231.24º | 1% | 0.56% | - |
| HSV(B) | 231.24º | 0.89% | 1% | - |
| XYZ | 20.28 | 10.93 | 95.65 | - |
| YUV | 74.14 | 230.07 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 62 | 255 | 0.89 | 0.76 | 0 | 0 | 231.24 | 1 | 0.56 |
| Hex | 1D | 3E | FF | 59 | 4C | 0 | 0 | E7 | 64 | 38 |
| Octal | 35 | 76 | 377 | 131 | 114 | 0 | 0 | 347 | 144 | 70 |
| Binary | 11101 | 111110 | 11111111 | 1011001 | 1001100 | 0 | 0 | 11100111 | 1100100 | 111000 |
Color Harmonies of #1D3EFF
Complementary color
Monochromatic Colors of #1D3EFF
Black with #1D3EFF
Text Example
Text Example
White with #1D3EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3EFF; }
p { color: rgb(29,62,255); }
H1.HeaderClassName
{
color: #1D3EFF;
}
.AnyTagClassName
{
color: #1D3EFF;
}
</style>
background-color css
<style>
a { background-color: #1D3EFF; }
a { background-color: rgb(29,62,255); }
div.DivClassName
{
background-color: #1D3EFF;
}
.BgClassName
{
background-color: #1D3EFF;
}
</style>
border-color css
<style>
span { border-color: #1D3EFF; }
span { border-color: rgb(29,62,255); }
td.TdClassName
{
border-color: #1D3EFF;
}
.TagClassName
{
border-color: #1D3EFF;
}
</style>