Shades of Neon Blue #1F31FF
Tints of Neon Blue #1F31FF
RGB
CMYK
RGB Variations
Color information
#1F31FF (or 0x1F31FF) is known color: Neon Blue. HEX triplet: 1F, 31 and FF. RGB value is (31,49,255). Sum of RGB (Red+Green+Blue) = 31+49+255=335 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.25% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 255 (100% from 255 or 76.12% from 335); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F31FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F31FF is #E0CE00. Grayscale: #424242. Windows color (decimal): -14732801 or 16724255. OLE color: 16724255.
HSL color Cylindrical-coordinate representation of color #1F31FF: hue angle of 235.18º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F31FF is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 49 | 255 | - |
| CMYK | 0.88 | 0.81 | 0 | 0 |
| HSL | 235.18º | 1% | 0.56% | - |
| HSV(B) | 235.18º | 0.88% | 1% | - |
| XYZ | 19.71 | 9.71 | 95.44 | - |
| YUV | 67.1 | 234.04 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 49 | 255 | 0.88 | 0.81 | 0 | 0 | 235.18 | 1 | 0.56 |
| Hex | 1F | 31 | FF | 58 | 51 | 0 | 0 | EB | 64 | 38 |
| Octal | 37 | 61 | 377 | 130 | 121 | 0 | 0 | 353 | 144 | 70 |
| Binary | 11111 | 110001 | 11111111 | 1011000 | 1010001 | 0 | 0 | 11101011 | 1100100 | 111000 |
Color Harmonies of #1F31FF
Complementary color
Monochromatic Colors of #1F31FF
Black with #1F31FF
Text Example
Text Example
White with #1F31FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F31FF; }
p { color: rgb(31,49,255); }
H1.HeaderClassName
{
color: #1F31FF;
}
.AnyTagClassName
{
color: #1F31FF;
}
</style>
background-color css
<style>
a { background-color: #1F31FF; }
a { background-color: rgb(31,49,255); }
div.DivClassName
{
background-color: #1F31FF;
}
.BgClassName
{
background-color: #1F31FF;
}
</style>
border-color css
<style>
span { border-color: #1F31FF; }
span { border-color: rgb(31,49,255); }
td.TdClassName
{
border-color: #1F31FF;
}
.TagClassName
{
border-color: #1F31FF;
}
</style>