Shades of Neon Blue #1D36FF
Tints of Neon Blue #1D36FF
RGB
CMYK
RGB Variations
Color information
#1D36FF (or 0x1D36FF) is known color: Neon Blue. HEX triplet: 1D, 36 and FF. RGB value is (29,54,255). Sum of RGB (Red+Green+Blue) = 29+54+255=338 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.58% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 255 (100% from 255 or 75.44% from 338); Max value from RGB is 255 - color contains mainly: blue. Hex color #1D36FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D36FF is #E2C900. Grayscale: #444444. Windows color (decimal): -14862593 or 16725533. OLE color: 16725533.
HSL color Cylindrical-coordinate representation of color #1D36FF: hue angle of 233.36º 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 #1D36FF is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 54 | 255 | - |
| CMYK | 0.89 | 0.79 | 0 | 0 |
| HSL | 233.36º | 1% | 0.56% | - |
| HSV(B) | 233.36º | 0.89% | 1% | - |
| XYZ | 19.88 | 10.12 | 95.51 | - |
| YUV | 69.44 | 232.72 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 54 | 255 | 0.89 | 0.79 | 0 | 0 | 233.36 | 1 | 0.56 |
| Hex | 1D | 36 | FF | 59 | 4F | 0 | 0 | E9 | 64 | 38 |
| Octal | 35 | 66 | 377 | 131 | 117 | 0 | 0 | 351 | 144 | 70 |
| Binary | 11101 | 110110 | 11111111 | 1011001 | 1001111 | 0 | 0 | 11101001 | 1100100 | 111000 |
Color Harmonies of #1D36FF
Complementary color
Monochromatic Colors of #1D36FF
Black with #1D36FF
Text Example
Text Example
White with #1D36FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D36FF; }
p { color: rgb(29,54,255); }
H1.HeaderClassName
{
color: #1D36FF;
}
.AnyTagClassName
{
color: #1D36FF;
}
</style>
background-color css
<style>
a { background-color: #1D36FF; }
a { background-color: rgb(29,54,255); }
div.DivClassName
{
background-color: #1D36FF;
}
.BgClassName
{
background-color: #1D36FF;
}
</style>
border-color css
<style>
span { border-color: #1D36FF; }
span { border-color: rgb(29,54,255); }
td.TdClassName
{
border-color: #1D36FF;
}
.TagClassName
{
border-color: #1D36FF;
}
</style>