Shades of Neon Blue #1B37F7
Tints of Neon Blue #1B37F7
RGB
CMYK
RGB Variations
Color information
#1B37F7 (or 0x1B37F7) is known color: Neon Blue. HEX triplet: 1B, 37 and F7. RGB value is (27,55,247). Sum of RGB (Red+Green+Blue) = 27+55+247=329 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.21% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 247 (96.88% from 255 or 75.08% from 329); Max value from RGB is 247 - color contains mainly: blue. Hex color #1B37F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B37F7 is #E4C808. Grayscale: #434343. Windows color (decimal): -14993417 or 16201499. OLE color: 16201499.
HSL color Cylindrical-coordinate representation of color #1B37F7: hue angle of 232.36º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B37F7 is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 27 | 55 | 247 | - |
| CMYK | 0.89 | 0.78 | 0 | 0.03 |
| HSL | 232.36º | 0.93% | 0.54% | - |
| HSV(B) | 232.36º | 0.89% | 0.97% | - |
| XYZ | 18.61 | 9.68 | 88.88 | - |
| YUV | 68.52 | 228.72 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 55 | 247 | 0.89 | 0.78 | 0 | 0.03 | 232.36 | 0.93 | 0.54 |
| Hex | 1B | 37 | F7 | 59 | 4E | 0 | 3 | E8 | 5D | 36 |
| Octal | 33 | 67 | 367 | 131 | 116 | 0 | 3 | 350 | 135 | 66 |
| Binary | 11011 | 110111 | 11110111 | 1011001 | 1001110 | 0 | 11 | 11101000 | 1011101 | 110110 |
Color Harmonies of #1B37F7
Complementary color
Monochromatic Colors of #1B37F7
Black with #1B37F7
Text Example
Text Example
White with #1B37F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B37F7; }
p { color: rgb(27,55,247); }
H1.HeaderClassName
{
color: #1B37F7;
}
.AnyTagClassName
{
color: #1B37F7;
}
</style>
background-color css
<style>
a { background-color: #1B37F7; }
a { background-color: rgb(27,55,247); }
div.DivClassName
{
background-color: #1B37F7;
}
.BgClassName
{
background-color: #1B37F7;
}
</style>
border-color css
<style>
span { border-color: #1B37F7; }
span { border-color: rgb(27,55,247); }
td.TdClassName
{
border-color: #1B37F7;
}
.TagClassName
{
border-color: #1B37F7;
}
</style>