Shades of Neon Blue #1D3EFE
Tints of Neon Blue #1D3EFE
RGB
CMYK
RGB Variations
Color information
#1D3EFE (or 0x1D3EFE) is known color: Neon Blue. HEX triplet: 1D, 3E and FE. RGB value is (29,62,254). Sum of RGB (Red+Green+Blue) = 29+62+254=345 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.41% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 254 (99.61% from 255 or 73.62% from 345); Max value from RGB is 254 - color contains mainly: blue. Hex color #1D3EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D3EFE is #E2C101. Grayscale: #494949. Windows color (decimal): -14860546 or 16662045. OLE color: 16662045.
HSL color Cylindrical-coordinate representation of color #1D3EFE: hue angle of 231.2º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D3EFE is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 62 | 254 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.00 |
| HSL | 231.2º | 0.99% | 0.55% | - |
| HSV(B) | 231.2º | 0.89% | 1% | - |
| XYZ | 20.12 | 10.86 | 94.8 | - |
| YUV | 74.02 | 229.57 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 62 | 254 | 0.89 | 0.76 | 0 | 0.00 | 231.2 | 0.99 | 0.55 |
| Hex | 1D | 3E | FE | 59 | 4C | 0 | 0 | E7 | 63 | 37 |
| Octal | 35 | 76 | 376 | 131 | 114 | 0 | 0 | 347 | 143 | 67 |
| Binary | 11101 | 111110 | 11111110 | 1011001 | 1001100 | 0 | 0 | 11100111 | 1100011 | 110111 |
Color Harmonies of #1D3EFE
Complementary color
Monochromatic Colors of #1D3EFE
Black with #1D3EFE
Text Example
Text Example
White with #1D3EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3EFE; }
p { color: rgb(29,62,254); }
H1.HeaderClassName
{
color: #1D3EFE;
}
.AnyTagClassName
{
color: #1D3EFE;
}
</style>
background-color css
<style>
a { background-color: #1D3EFE; }
a { background-color: rgb(29,62,254); }
div.DivClassName
{
background-color: #1D3EFE;
}
.BgClassName
{
background-color: #1D3EFE;
}
</style>
border-color css
<style>
span { border-color: #1D3EFE; }
span { border-color: rgb(29,62,254); }
td.TdClassName
{
border-color: #1D3EFE;
}
.TagClassName
{
border-color: #1D3EFE;
}
</style>