Shades of Neon Blue #1B4EFF
Tints of Neon Blue #1B4EFF
RGB
CMYK
RGB Variations
Color information
#1B4EFF (or 0x1B4EFF) is known color: Neon Blue. HEX triplet: 1B, 4E and FF. RGB value is (27,78,255). Sum of RGB (Red+Green+Blue) = 27+78+255=360 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.5% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 255 (100% from 255 or 70.83% from 360); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B4EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B4EFF is #E4B100. Grayscale: #525252. Windows color (decimal): -14987521 or 16731675. OLE color: 16731675.
HSL color Cylindrical-coordinate representation of color #1B4EFF: hue angle of 226.58º 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 #1B4EFF is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 78 | 255 | - |
| CMYK | 0.89 | 0.69 | 0 | 0 |
| HSL | 226.58º | 1% | 0.55% | - |
| HSV(B) | 226.58º | 0.89% | 1% | - |
| XYZ | 21.23 | 12.9 | 95.98 | - |
| YUV | 82.93 | 225.1 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 78 | 255 | 0.89 | 0.69 | 0 | 0 | 226.58 | 1 | 0.55 |
| Hex | 1B | 4E | FF | 59 | 45 | 0 | 0 | E3 | 64 | 37 |
| Octal | 33 | 116 | 377 | 131 | 105 | 0 | 0 | 343 | 144 | 67 |
| Binary | 11011 | 1001110 | 11111111 | 1011001 | 1000101 | 0 | 0 | 11100011 | 1100100 | 110111 |
Color Harmonies of #1B4EFF
Complementary color
Monochromatic Colors of #1B4EFF
Black with #1B4EFF
Text Example
Text Example
White with #1B4EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4EFF; }
p { color: rgb(27,78,255); }
H1.HeaderClassName
{
color: #1B4EFF;
}
.AnyTagClassName
{
color: #1B4EFF;
}
</style>
background-color css
<style>
a { background-color: #1B4EFF; }
a { background-color: rgb(27,78,255); }
div.DivClassName
{
background-color: #1B4EFF;
}
.BgClassName
{
background-color: #1B4EFF;
}
</style>
border-color css
<style>
span { border-color: #1B4EFF; }
span { border-color: rgb(27,78,255); }
td.TdClassName
{
border-color: #1B4EFF;
}
.TagClassName
{
border-color: #1B4EFF;
}
</style>