Shades of Neon Blue #1B4CFB
Tints of Neon Blue #1B4CFB
RGB
CMYK
RGB Variations
Color information
#1B4CFB (or 0x1B4CFB) is known color: Neon Blue. HEX triplet: 1B, 4C and FB. RGB value is (27,76,251). Sum of RGB (Red+Green+Blue) = 27+76+251=354 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.63% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 251 (98.44% from 255 or 70.90% from 354); Max value from RGB is 251 - color contains mainly: blue. Hex color #1B4CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B4CFB is #E4B304. Grayscale: #505050. Windows color (decimal): -14988037 or 16469019. OLE color: 16469019.
HSL color Cylindrical-coordinate representation of color #1B4CFB: hue angle of 226.88º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B4CFB is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 76 | 251 | - |
| CMYK | 0.89 | 0.70 | 0 | 0.02 |
| HSL | 226.88º | 0.97% | 0.55% | - |
| HSV(B) | 226.88º | 0.89% | 0.98% | - |
| XYZ | 20.45 | 12.37 | 92.58 | - |
| YUV | 81.3 | 223.77 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 76 | 251 | 0.89 | 0.70 | 0 | 0.02 | 226.88 | 0.97 | 0.55 |
| Hex | 1B | 4C | FB | 59 | 46 | 0 | 2 | E3 | 61 | 37 |
| Octal | 33 | 114 | 373 | 131 | 106 | 0 | 2 | 343 | 141 | 67 |
| Binary | 11011 | 1001100 | 11111011 | 1011001 | 1000110 | 0 | 10 | 11100011 | 1100001 | 110111 |
Color Harmonies of #1B4CFB
Complementary color
Monochromatic Colors of #1B4CFB
Black with #1B4CFB
Text Example
Text Example
White with #1B4CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4CFB; }
p { color: rgb(27,76,251); }
H1.HeaderClassName
{
color: #1B4CFB;
}
.AnyTagClassName
{
color: #1B4CFB;
}
</style>
background-color css
<style>
a { background-color: #1B4CFB; }
a { background-color: rgb(27,76,251); }
div.DivClassName
{
background-color: #1B4CFB;
}
.BgClassName
{
background-color: #1B4CFB;
}
</style>
border-color css
<style>
span { border-color: #1B4CFB; }
span { border-color: rgb(27,76,251); }
td.TdClassName
{
border-color: #1B4CFB;
}
.TagClassName
{
border-color: #1B4CFB;
}
</style>