Shades of Neon Blue #1B4AFF
Tints of Neon Blue #1B4AFF
RGB
CMYK
RGB Variations
Color information
#1B4AFF (or 0x1B4AFF) is known color: Neon Blue. HEX triplet: 1B, 4A and FF. RGB value is (27,74,255). Sum of RGB (Red+Green+Blue) = 27+74+255=356 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.58% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B4AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B4AFF is #E4B500. Grayscale: #4F4F4F. Windows color (decimal): -14988545 or 16730651. OLE color: 16730651.
HSL color Cylindrical-coordinate representation of color #1B4AFF: hue angle of 227.63º 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 #1B4AFF is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 74 | 255 | - |
| CMYK | 0.89 | 0.71 | 0 | 0 |
| HSL | 227.63º | 1% | 0.55% | - |
| HSV(B) | 227.63º | 0.89% | 1% | - |
| XYZ | 20.95 | 12.35 | 95.89 | - |
| YUV | 80.58 | 226.43 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 74 | 255 | 0.89 | 0.71 | 0 | 0 | 227.63 | 1 | 0.55 |
| Hex | 1B | 4A | FF | 59 | 47 | 0 | 0 | E4 | 64 | 37 |
| Octal | 33 | 112 | 377 | 131 | 107 | 0 | 0 | 344 | 144 | 67 |
| Binary | 11011 | 1001010 | 11111111 | 1011001 | 1000111 | 0 | 0 | 11100100 | 1100100 | 110111 |
Color Harmonies of #1B4AFF
Complementary color
Monochromatic Colors of #1B4AFF
Black with #1B4AFF
Text Example
Text Example
White with #1B4AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4AFF; }
p { color: rgb(27,74,255); }
H1.HeaderClassName
{
color: #1B4AFF;
}
.AnyTagClassName
{
color: #1B4AFF;
}
</style>
background-color css
<style>
a { background-color: #1B4AFF; }
a { background-color: rgb(27,74,255); }
div.DivClassName
{
background-color: #1B4AFF;
}
.BgClassName
{
background-color: #1B4AFF;
}
</style>
border-color css
<style>
span { border-color: #1B4AFF; }
span { border-color: rgb(27,74,255); }
td.TdClassName
{
border-color: #1B4AFF;
}
.TagClassName
{
border-color: #1B4AFF;
}
</style>