Shades of Neon Blue #1F31F2
Tints of Neon Blue #1F31F2
RGB
CMYK
RGB Variations
Color information
#1F31F2 (or 0x1F31F2) is known color: Neon Blue. HEX triplet: 1F, 31 and F2. RGB value is (31,49,242). Sum of RGB (Red+Green+Blue) = 31+49+242=322 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.63% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 242 (94.92% from 255 or 75.16% from 322); Max value from RGB is 242 - color contains mainly: blue. Hex color #1F31F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F31F2 is #E0CE0D. Grayscale: #404040. Windows color (decimal): -14732814 or 15872287. OLE color: 15872287.
HSL color Cylindrical-coordinate representation of color #1F31F2: hue angle of 234.88º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F31F2 is Cyan = 0.87, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 49 | 242 | - |
| CMYK | 0.87 | 0.80 | 0 | 0.05 |
| HSL | 234.88º | 0.89% | 0.54% | - |
| HSV(B) | 234.88º | 0.87% | 0.95% | - |
| XYZ | 17.69 | 8.9 | 84.79 | - |
| YUV | 65.62 | 227.54 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 49 | 242 | 0.87 | 0.80 | 0 | 0.05 | 234.88 | 0.89 | 0.54 |
| Hex | 1F | 31 | F2 | 57 | 50 | 0 | 5 | EB | 59 | 36 |
| Octal | 37 | 61 | 362 | 127 | 120 | 0 | 5 | 353 | 131 | 66 |
| Binary | 11111 | 110001 | 11110010 | 1010111 | 1010000 | 0 | 101 | 11101011 | 1011001 | 110110 |
Color Harmonies of #1F31F2
Complementary color
Monochromatic Colors of #1F31F2
Black with #1F31F2
Text Example
Text Example
White with #1F31F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F31F2; }
p { color: rgb(31,49,242); }
H1.HeaderClassName
{
color: #1F31F2;
}
.AnyTagClassName
{
color: #1F31F2;
}
</style>
background-color css
<style>
a { background-color: #1F31F2; }
a { background-color: rgb(31,49,242); }
div.DivClassName
{
background-color: #1F31F2;
}
.BgClassName
{
background-color: #1F31F2;
}
</style>
border-color css
<style>
span { border-color: #1F31F2; }
span { border-color: rgb(31,49,242); }
td.TdClassName
{
border-color: #1F31F2;
}
.TagClassName
{
border-color: #1F31F2;
}
</style>