Shades of Neon Blue #1B4DFC
Tints of Neon Blue #1B4DFC
RGB
CMYK
RGB Variations
Color information
#1B4DFC (or 0x1B4DFC) is known color: Neon Blue. HEX triplet: 1B, 4D and FC. RGB value is (27,77,252). Sum of RGB (Red+Green+Blue) = 27+77+252=356 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.58% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 252 (98.83% from 255 or 70.79% from 356); Max value from RGB is 252 - color contains mainly: blue. Hex color #1B4DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B4DFC is #E4B203. Grayscale: #515151. Windows color (decimal): -14987780 or 16534811. OLE color: 16534811.
HSL color Cylindrical-coordinate representation of color #1B4DFC: hue angle of 226.67º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B4DFC is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 77 | 252 | - |
| CMYK | 0.89 | 0.69 | 0 | 0.01 |
| HSL | 226.67º | 0.97% | 0.55% | - |
| HSV(B) | 226.67º | 0.89% | 0.99% | - |
| XYZ | 20.68 | 12.57 | 93.43 | - |
| YUV | 82 | 223.94 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 77 | 252 | 0.89 | 0.69 | 0 | 0.01 | 226.67 | 0.97 | 0.55 |
| Hex | 1B | 4D | FC | 59 | 45 | 0 | 1 | E3 | 61 | 37 |
| Octal | 33 | 115 | 374 | 131 | 105 | 0 | 1 | 343 | 141 | 67 |
| Binary | 11011 | 1001101 | 11111100 | 1011001 | 1000101 | 0 | 1 | 11100011 | 1100001 | 110111 |
Color Harmonies of #1B4DFC
Complementary color
Monochromatic Colors of #1B4DFC
Black with #1B4DFC
Text Example
Text Example
White with #1B4DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4DFC; }
p { color: rgb(27,77,252); }
H1.HeaderClassName
{
color: #1B4DFC;
}
.AnyTagClassName
{
color: #1B4DFC;
}
</style>
background-color css
<style>
a { background-color: #1B4DFC; }
a { background-color: rgb(27,77,252); }
div.DivClassName
{
background-color: #1B4DFC;
}
.BgClassName
{
background-color: #1B4DFC;
}
</style>
border-color css
<style>
span { border-color: #1B4DFC; }
span { border-color: rgb(27,77,252); }
td.TdClassName
{
border-color: #1B4DFC;
}
.TagClassName
{
border-color: #1B4DFC;
}
</style>