Shades of Neon Blue #1F4AF6
Tints of Neon Blue #1F4AF6
RGB
CMYK
RGB Variations
Color information
#1F4AF6 (or 0x1F4AF6) is known color: Neon Blue. HEX triplet: 1F, 4A and F6. RGB value is (31,74,246). Sum of RGB (Red+Green+Blue) = 31+74+246=351 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.83% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 246 (96.48% from 255 or 70.09% from 351); Max value from RGB is 246 - color contains mainly: blue. Hex color #1F4AF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F4AF6 is #E0B509. Grayscale: #505050. Windows color (decimal): -14726410 or 16140831. OLE color: 16140831.
HSL color Cylindrical-coordinate representation of color #1F4AF6: hue angle of 228º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F4AF6 is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 31 | 74 | 246 | - |
| CMYK | 0.87 | 0.70 | 0 | 0.04 |
| HSL | 228º | 0.92% | 0.54% | - |
| HSV(B) | 228º | 0.87% | 0.96% | - |
| XYZ | 19.65 | 11.84 | 88.44 | - |
| YUV | 80.75 | 221.25 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 74 | 246 | 0.87 | 0.70 | 0 | 0.04 | 228 | 0.92 | 0.54 |
| Hex | 1F | 4A | F6 | 57 | 46 | 0 | 4 | E4 | 5C | 36 |
| Octal | 37 | 112 | 366 | 127 | 106 | 0 | 4 | 344 | 134 | 66 |
| Binary | 11111 | 1001010 | 11110110 | 1010111 | 1000110 | 0 | 100 | 11100100 | 1011100 | 110110 |
Color Harmonies of #1F4AF6
Complementary color
Monochromatic Colors of #1F4AF6
Black with #1F4AF6
Text Example
Text Example
White with #1F4AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4AF6; }
p { color: rgb(31,74,246); }
H1.HeaderClassName
{
color: #1F4AF6;
}
.AnyTagClassName
{
color: #1F4AF6;
}
</style>
background-color css
<style>
a { background-color: #1F4AF6; }
a { background-color: rgb(31,74,246); }
div.DivClassName
{
background-color: #1F4AF6;
}
.BgClassName
{
background-color: #1F4AF6;
}
</style>
border-color css
<style>
span { border-color: #1F4AF6; }
span { border-color: rgb(31,74,246); }
td.TdClassName
{
border-color: #1F4AF6;
}
.TagClassName
{
border-color: #1F4AF6;
}
</style>