Shades of Neon Blue #1F4CFB
Tints of Neon Blue #1F4CFB
RGB
CMYK
RGB Variations
Color information
#1F4CFB (or 0x1F4CFB) is known color: Neon Blue. HEX triplet: 1F, 4C and FB. RGB value is (31,76,251). Sum of RGB (Red+Green+Blue) = 31+76+251=358 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.66% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 251 (98.44% from 255 or 70.11% from 358); Max value from RGB is 251 - color contains mainly: blue. Hex color #1F4CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F4CFB is #E0B304. Grayscale: #515151. Windows color (decimal): -14725893 or 16469023. OLE color: 16469023.
HSL color Cylindrical-coordinate representation of color #1F4CFB: hue angle of 227.73º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F4CFB is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 76 | 251 | - |
| CMYK | 0.88 | 0.70 | 0 | 0.02 |
| HSL | 227.73º | 0.96% | 0.55% | - |
| HSV(B) | 227.73º | 0.88% | 0.98% | - |
| XYZ | 20.56 | 12.43 | 92.58 | - |
| YUV | 82.5 | 223.09 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 76 | 251 | 0.88 | 0.70 | 0 | 0.02 | 227.73 | 0.96 | 0.55 |
| Hex | 1F | 4C | FB | 58 | 46 | 0 | 2 | E4 | 60 | 37 |
| Octal | 37 | 114 | 373 | 130 | 106 | 0 | 2 | 344 | 140 | 67 |
| Binary | 11111 | 1001100 | 11111011 | 1011000 | 1000110 | 0 | 10 | 11100100 | 1100000 | 110111 |
Color Harmonies of #1F4CFB
Complementary color
Monochromatic Colors of #1F4CFB
Black with #1F4CFB
Text Example
Text Example
White with #1F4CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4CFB; }
p { color: rgb(31,76,251); }
H1.HeaderClassName
{
color: #1F4CFB;
}
.AnyTagClassName
{
color: #1F4CFB;
}
</style>
background-color css
<style>
a { background-color: #1F4CFB; }
a { background-color: rgb(31,76,251); }
div.DivClassName
{
background-color: #1F4CFB;
}
.BgClassName
{
background-color: #1F4CFB;
}
</style>
border-color css
<style>
span { border-color: #1F4CFB; }
span { border-color: rgb(31,76,251); }
td.TdClassName
{
border-color: #1F4CFB;
}
.TagClassName
{
border-color: #1F4CFB;
}
</style>