Shades of Neon Blue #1F3AF0
Tints of Neon Blue #1F3AF0
RGB
CMYK
RGB Variations
Color information
#1F3AF0 (or 0x1F3AF0) is known color: Neon Blue. HEX triplet: 1F, 3A and F0. RGB value is (31,58,240). Sum of RGB (Red+Green+Blue) = 31+58+240=329 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.42% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 240 (94.14% from 255 or 72.95% from 329); Max value from RGB is 240 - color contains mainly: blue. Hex color #1F3AF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F3AF0 is #E0C50F. Grayscale: #454545. Windows color (decimal): -14730512 or 15743519. OLE color: 15743519.
HSL color Cylindrical-coordinate representation of color #1F3AF0: hue angle of 232.25º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F3AF0 is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 31 | 58 | 240 | - |
| CMYK | 0.87 | 0.76 | 0 | 0.06 |
| HSL | 232.25º | 0.87% | 0.53% | - |
| HSV(B) | 232.25º | 0.87% | 0.94% | - |
| XYZ | 17.81 | 9.61 | 83.35 | - |
| YUV | 70.68 | 223.55 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 58 | 240 | 0.87 | 0.76 | 0 | 0.06 | 232.25 | 0.87 | 0.53 |
| Hex | 1F | 3A | F0 | 57 | 4C | 0 | 6 | E8 | 57 | 35 |
| Octal | 37 | 72 | 360 | 127 | 114 | 0 | 6 | 350 | 127 | 65 |
| Binary | 11111 | 111010 | 11110000 | 1010111 | 1001100 | 0 | 110 | 11101000 | 1010111 | 110101 |
Color Harmonies of #1F3AF0
Complementary color
Monochromatic Colors of #1F3AF0
Black with #1F3AF0
Text Example
Text Example
White with #1F3AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3AF0; }
p { color: rgb(31,58,240); }
H1.HeaderClassName
{
color: #1F3AF0;
}
.AnyTagClassName
{
color: #1F3AF0;
}
</style>
background-color css
<style>
a { background-color: #1F3AF0; }
a { background-color: rgb(31,58,240); }
div.DivClassName
{
background-color: #1F3AF0;
}
.BgClassName
{
background-color: #1F3AF0;
}
</style>
border-color css
<style>
span { border-color: #1F3AF0; }
span { border-color: rgb(31,58,240); }
td.TdClassName
{
border-color: #1F3AF0;
}
.TagClassName
{
border-color: #1F3AF0;
}
</style>