Shades of Neon Blue #1B3EFF
Tints of Neon Blue #1B3EFF
RGB
CMYK
RGB Variations
Color information
#1B3EFF (or 0x1B3EFF) is known color: Neon Blue. HEX triplet: 1B, 3E and FF. RGB value is (27,62,255). Sum of RGB (Red+Green+Blue) = 27+62+255=344 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.85% from 344); Green value is 62 (24.61% from 255 or 18.02% 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 #1B3EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B3EFF is #E4C100. Grayscale: #484848. Windows color (decimal): -14991617 or 16727579. OLE color: 16727579.
HSL color Cylindrical-coordinate representation of color #1B3EFF: hue angle of 230.79º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B3EFF is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 62 | 255 | - |
| CMYK | 0.89 | 0.76 | 0 | 0 |
| HSL | 230.79º | 1% | 0.55% | - |
| HSV(B) | 230.79º | 0.89% | 1% | - |
| XYZ | 20.22 | 10.9 | 95.65 | - |
| YUV | 73.54 | 230.4 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 62 | 255 | 0.89 | 0.76 | 0 | 0 | 230.79 | 1 | 0.55 |
| Hex | 1B | 3E | FF | 59 | 4C | 0 | 0 | E7 | 64 | 37 |
| Octal | 33 | 76 | 377 | 131 | 114 | 0 | 0 | 347 | 144 | 67 |
| Binary | 11011 | 111110 | 11111111 | 1011001 | 1001100 | 0 | 0 | 11100111 | 1100100 | 110111 |
Color Harmonies of #1B3EFF
Complementary color
Monochromatic Colors of #1B3EFF
Black with #1B3EFF
Text Example
Text Example
White with #1B3EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3EFF; }
p { color: rgb(27,62,255); }
H1.HeaderClassName
{
color: #1B3EFF;
}
.AnyTagClassName
{
color: #1B3EFF;
}
</style>
background-color css
<style>
a { background-color: #1B3EFF; }
a { background-color: rgb(27,62,255); }
div.DivClassName
{
background-color: #1B3EFF;
}
.BgClassName
{
background-color: #1B3EFF;
}
</style>
border-color css
<style>
span { border-color: #1B3EFF; }
span { border-color: rgb(27,62,255); }
td.TdClassName
{
border-color: #1B3EFF;
}
.TagClassName
{
border-color: #1B3EFF;
}
</style>