Shades of Neon Blue #1F4AFB
Tints of Neon Blue #1F4AFB
RGB
CMYK
RGB Variations
Color information
#1F4AFB (or 0x1F4AFB) is known color: Neon Blue. HEX triplet: 1F, 4A and FB. RGB value is (31,74,251). Sum of RGB (Red+Green+Blue) = 31+74+251=356 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.71% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 251 (98.44% from 255 or 70.51% from 356); Max value from RGB is 251 - color contains mainly: blue. Hex color #1F4AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F4AFB is #E0B504. Grayscale: #505050. Windows color (decimal): -14726405 or 16468511. OLE color: 16468511.
HSL color Cylindrical-coordinate representation of color #1F4AFB: hue angle of 228.27º 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 #1F4AFB is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 74 | 251 | - |
| CMYK | 0.88 | 0.71 | 0 | 0.02 |
| HSL | 228.27º | 0.96% | 0.55% | - |
| HSV(B) | 228.27º | 0.88% | 0.98% | - |
| XYZ | 20.43 | 12.15 | 92.54 | - |
| YUV | 81.32 | 223.75 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 74 | 251 | 0.88 | 0.71 | 0 | 0.02 | 228.27 | 0.96 | 0.55 |
| Hex | 1F | 4A | FB | 58 | 47 | 0 | 2 | E4 | 60 | 37 |
| Octal | 37 | 112 | 373 | 130 | 107 | 0 | 2 | 344 | 140 | 67 |
| Binary | 11111 | 1001010 | 11111011 | 1011000 | 1000111 | 0 | 10 | 11100100 | 1100000 | 110111 |
Color Harmonies of #1F4AFB
Complementary color
Monochromatic Colors of #1F4AFB
Black with #1F4AFB
Text Example
Text Example
White with #1F4AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4AFB; }
p { color: rgb(31,74,251); }
H1.HeaderClassName
{
color: #1F4AFB;
}
.AnyTagClassName
{
color: #1F4AFB;
}
</style>
background-color css
<style>
a { background-color: #1F4AFB; }
a { background-color: rgb(31,74,251); }
div.DivClassName
{
background-color: #1F4AFB;
}
.BgClassName
{
background-color: #1F4AFB;
}
</style>
border-color css
<style>
span { border-color: #1F4AFB; }
span { border-color: rgb(31,74,251); }
td.TdClassName
{
border-color: #1F4AFB;
}
.TagClassName
{
border-color: #1F4AFB;
}
</style>