Shades of Neon Blue #1F49FA
Tints of Neon Blue #1F49FA
RGB
CMYK
RGB Variations
Color information
#1F49FA (or 0x1F49FA) is known color: Neon Blue. HEX triplet: 1F, 49 and FA. RGB value is (31,73,250). Sum of RGB (Red+Green+Blue) = 31+73+250=354 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.76% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 250 (98.05% from 255 or 70.62% from 354); Max value from RGB is 250 - color contains mainly: blue. Hex color #1F49FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F49FA is #E0B605. Grayscale: #4F4F4F. Windows color (decimal): -14726662 or 16402719. OLE color: 16402719.
HSL color Cylindrical-coordinate representation of color #1F49FA: hue angle of 228.49º 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 #1F49FA is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 73 | 250 | - |
| CMYK | 0.88 | 0.71 | 0 | 0.02 |
| HSL | 228.49º | 0.96% | 0.55% | - |
| HSV(B) | 228.49º | 0.88% | 0.98% | - |
| XYZ | 20.2 | 11.96 | 91.69 | - |
| YUV | 80.62 | 223.59 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 73 | 250 | 0.88 | 0.71 | 0 | 0.02 | 228.49 | 0.96 | 0.55 |
| Hex | 1F | 49 | FA | 58 | 47 | 0 | 2 | E4 | 60 | 37 |
| Octal | 37 | 111 | 372 | 130 | 107 | 0 | 2 | 344 | 140 | 67 |
| Binary | 11111 | 1001001 | 11111010 | 1011000 | 1000111 | 0 | 10 | 11100100 | 1100000 | 110111 |
Color Harmonies of #1F49FA
Complementary color
Monochromatic Colors of #1F49FA
Black with #1F49FA
Text Example
Text Example
White with #1F49FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F49FA; }
p { color: rgb(31,73,250); }
H1.HeaderClassName
{
color: #1F49FA;
}
.AnyTagClassName
{
color: #1F49FA;
}
</style>
background-color css
<style>
a { background-color: #1F49FA; }
a { background-color: rgb(31,73,250); }
div.DivClassName
{
background-color: #1F49FA;
}
.BgClassName
{
background-color: #1F49FA;
}
</style>
border-color css
<style>
span { border-color: #1F49FA; }
span { border-color: rgb(31,73,250); }
td.TdClassName
{
border-color: #1F49FA;
}
.TagClassName
{
border-color: #1F49FA;
}
</style>