Shades of Neon Blue #1B4BFE
Tints of Neon Blue #1B4BFE
RGB
CMYK
RGB Variations
Color information
#1B4BFE (or 0x1B4BFE) is known color: Neon Blue. HEX triplet: 1B, 4B and FE. RGB value is (27,75,254). Sum of RGB (Red+Green+Blue) = 27+75+254=356 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.58% from 356); Green value is 75 (29.69% from 255 or 21.07% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #1B4BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B4BFE is #E4B401. Grayscale: #505050. Windows color (decimal): -14988290 or 16665371. OLE color: 16665371.
HSL color Cylindrical-coordinate representation of color #1B4BFE: hue angle of 227.31º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B4BFE is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 27 | 75 | 254 | - |
| CMYK | 0.89 | 0.70 | 0 | 0.00 |
| HSL | 227.31º | 0.99% | 0.55% | - |
| HSV(B) | 227.31º | 0.89% | 1% | - |
| XYZ | 20.86 | 12.42 | 95.06 | - |
| YUV | 81.05 | 225.6 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 75 | 254 | 0.89 | 0.70 | 0 | 0.00 | 227.31 | 0.99 | 0.55 |
| Hex | 1B | 4B | FE | 59 | 46 | 0 | 0 | E3 | 63 | 37 |
| Octal | 33 | 113 | 376 | 131 | 106 | 0 | 0 | 343 | 143 | 67 |
| Binary | 11011 | 1001011 | 11111110 | 1011001 | 1000110 | 0 | 0 | 11100011 | 1100011 | 110111 |
Color Harmonies of #1B4BFE
Complementary color
Monochromatic Colors of #1B4BFE
Black with #1B4BFE
Text Example
Text Example
White with #1B4BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4BFE; }
p { color: rgb(27,75,254); }
H1.HeaderClassName
{
color: #1B4BFE;
}
.AnyTagClassName
{
color: #1B4BFE;
}
</style>
background-color css
<style>
a { background-color: #1B4BFE; }
a { background-color: rgb(27,75,254); }
div.DivClassName
{
background-color: #1B4BFE;
}
.BgClassName
{
background-color: #1B4BFE;
}
</style>
border-color css
<style>
span { border-color: #1B4BFE; }
span { border-color: rgb(27,75,254); }
td.TdClassName
{
border-color: #1B4BFE;
}
.TagClassName
{
border-color: #1B4BFE;
}
</style>