Shades of Neon Blue #1D37FB
Tints of Neon Blue #1D37FB
RGB
CMYK
RGB Variations
Color information
#1D37FB (or 0x1D37FB) is known color: Neon Blue. HEX triplet: 1D, 37 and FB. RGB value is (29,55,251). Sum of RGB (Red+Green+Blue) = 29+55+251=335 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.66% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 251 (98.44% from 255 or 74.93% from 335); Max value from RGB is 251 - color contains mainly: blue. Hex color #1D37FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D37FB is #E2C804. Grayscale: #444444. Windows color (decimal): -14862341 or 16463645. OLE color: 16463645.
HSL color Cylindrical-coordinate representation of color #1D37FB: hue angle of 232.97º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D37FB is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 55 | 251 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.02 |
| HSL | 232.97º | 0.97% | 0.55% | - |
| HSV(B) | 232.97º | 0.88% | 0.98% | - |
| XYZ | 19.29 | 9.96 | 92.17 | - |
| YUV | 69.57 | 230.39 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 55 | 251 | 0.88 | 0.78 | 0 | 0.02 | 232.97 | 0.97 | 0.55 |
| Hex | 1D | 37 | FB | 58 | 4E | 0 | 2 | E9 | 61 | 37 |
| Octal | 35 | 67 | 373 | 130 | 116 | 0 | 2 | 351 | 141 | 67 |
| Binary | 11101 | 110111 | 11111011 | 1011000 | 1001110 | 0 | 10 | 11101001 | 1100001 | 110111 |
Color Harmonies of #1D37FB
Complementary color
Monochromatic Colors of #1D37FB
Black with #1D37FB
Text Example
Text Example
White with #1D37FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D37FB; }
p { color: rgb(29,55,251); }
H1.HeaderClassName
{
color: #1D37FB;
}
.AnyTagClassName
{
color: #1D37FB;
}
</style>
background-color css
<style>
a { background-color: #1D37FB; }
a { background-color: rgb(29,55,251); }
div.DivClassName
{
background-color: #1D37FB;
}
.BgClassName
{
background-color: #1D37FB;
}
</style>
border-color css
<style>
span { border-color: #1D37FB; }
span { border-color: rgb(29,55,251); }
td.TdClassName
{
border-color: #1D37FB;
}
.TagClassName
{
border-color: #1D37FB;
}
</style>