Shades of Neon Blue #1F39FF
Tints of Neon Blue #1F39FF
RGB
CMYK
RGB Variations
Color information
#1F39FF (or 0x1F39FF) is known color: Neon Blue. HEX triplet: 1F, 39 and FF. RGB value is (31,57,255). Sum of RGB (Red+Green+Blue) = 31+57+255=343 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.04% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 255 (100% from 255 or 74.34% from 343); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F39FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F39FF is #E0C600. Grayscale: #464646. Windows color (decimal): -14730753 or 16726303. OLE color: 16726303.
HSL color Cylindrical-coordinate representation of color #1F39FF: hue angle of 233.04º 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 #1F39FF is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 57 | 255 | - |
| CMYK | 0.88 | 0.78 | 0 | 0 |
| HSL | 233.04º | 1% | 0.56% | - |
| HSV(B) | 233.04º | 0.88% | 1% | - |
| XYZ | 20.08 | 10.44 | 95.56 | - |
| YUV | 71.8 | 231.39 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 57 | 255 | 0.88 | 0.78 | 0 | 0 | 233.04 | 1 | 0.56 |
| Hex | 1F | 39 | FF | 58 | 4E | 0 | 0 | E9 | 64 | 38 |
| Octal | 37 | 71 | 377 | 130 | 116 | 0 | 0 | 351 | 144 | 70 |
| Binary | 11111 | 111001 | 11111111 | 1011000 | 1001110 | 0 | 0 | 11101001 | 1100100 | 111000 |
Color Harmonies of #1F39FF
Complementary color
Monochromatic Colors of #1F39FF
Black with #1F39FF
Text Example
Text Example
White with #1F39FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F39FF; }
p { color: rgb(31,57,255); }
H1.HeaderClassName
{
color: #1F39FF;
}
.AnyTagClassName
{
color: #1F39FF;
}
</style>
background-color css
<style>
a { background-color: #1F39FF; }
a { background-color: rgb(31,57,255); }
div.DivClassName
{
background-color: #1F39FF;
}
.BgClassName
{
background-color: #1F39FF;
}
</style>
border-color css
<style>
span { border-color: #1F39FF; }
span { border-color: rgb(31,57,255); }
td.TdClassName
{
border-color: #1F39FF;
}
.TagClassName
{
border-color: #1F39FF;
}
</style>