Shades of Neon Blue #1D3CFF
Tints of Neon Blue #1D3CFF
RGB
CMYK
RGB Variations
Color information
#1D3CFF (or 0x1D3CFF) is known color: Neon Blue. HEX triplet: 1D, 3C and FF. RGB value is (29,60,255). Sum of RGB (Red+Green+Blue) = 29+60+255=344 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.43% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 255 (100% from 255 or 74.13% from 344); Max value from RGB is 255 - color contains mainly: blue. Hex color #1D3CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D3CFF is #E2C300. Grayscale: #484848. Windows color (decimal): -14861057 or 16727069. OLE color: 16727069.
HSL color Cylindrical-coordinate representation of color #1D3CFF: hue angle of 231.77º 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 #1D3CFF is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 60 | 255 | - |
| CMYK | 0.89 | 0.76 | 0 | 0 |
| HSL | 231.77º | 1% | 0.56% | - |
| HSV(B) | 231.77º | 0.89% | 1% | - |
| XYZ | 20.17 | 10.71 | 95.61 | - |
| YUV | 72.96 | 230.73 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 60 | 255 | 0.89 | 0.76 | 0 | 0 | 231.77 | 1 | 0.56 |
| Hex | 1D | 3C | FF | 59 | 4C | 0 | 0 | E8 | 64 | 38 |
| Octal | 35 | 74 | 377 | 131 | 114 | 0 | 0 | 350 | 144 | 70 |
| Binary | 11101 | 111100 | 11111111 | 1011001 | 1001100 | 0 | 0 | 11101000 | 1100100 | 111000 |
Color Harmonies of #1D3CFF
Complementary color
Monochromatic Colors of #1D3CFF
Black with #1D3CFF
Text Example
Text Example
White with #1D3CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3CFF; }
p { color: rgb(29,60,255); }
H1.HeaderClassName
{
color: #1D3CFF;
}
.AnyTagClassName
{
color: #1D3CFF;
}
</style>
background-color css
<style>
a { background-color: #1D3CFF; }
a { background-color: rgb(29,60,255); }
div.DivClassName
{
background-color: #1D3CFF;
}
.BgClassName
{
background-color: #1D3CFF;
}
</style>
border-color css
<style>
span { border-color: #1D3CFF; }
span { border-color: rgb(29,60,255); }
td.TdClassName
{
border-color: #1D3CFF;
}
.TagClassName
{
border-color: #1D3CFF;
}
</style>