Shades of Neon Blue #1F41FF
Tints of Neon Blue #1F41FF
RGB
CMYK
RGB Variations
Color information
#1F41FF (or 0x1F41FF) is known color: Neon Blue. HEX triplet: 1F, 41 and FF. RGB value is (31,65,255). Sum of RGB (Red+Green+Blue) = 31+65+255=351 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.83% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 255 (100% from 255 or 72.65% from 351); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F41FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F41FF is #E0BE00. Grayscale: #4B4B4B. Windows color (decimal): -14728705 or 16728351. OLE color: 16728351.
HSL color Cylindrical-coordinate representation of color #1F41FF: hue angle of 230.89º 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 #1F41FF is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 65 | 255 | - |
| CMYK | 0.88 | 0.75 | 0 | 0 |
| HSL | 230.89º | 1% | 0.56% | - |
| HSV(B) | 230.89º | 0.88% | 1% | - |
| XYZ | 20.51 | 11.29 | 95.71 | - |
| YUV | 76.49 | 228.74 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 65 | 255 | 0.88 | 0.75 | 0 | 0 | 230.89 | 1 | 0.56 |
| Hex | 1F | 41 | FF | 58 | 4B | 0 | 0 | E7 | 64 | 38 |
| Octal | 37 | 101 | 377 | 130 | 113 | 0 | 0 | 347 | 144 | 70 |
| Binary | 11111 | 1000001 | 11111111 | 1011000 | 1001011 | 0 | 0 | 11100111 | 1100100 | 111000 |
Color Harmonies of #1F41FF
Complementary color
Monochromatic Colors of #1F41FF
Black with #1F41FF
Text Example
Text Example
White with #1F41FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F41FF; }
p { color: rgb(31,65,255); }
H1.HeaderClassName
{
color: #1F41FF;
}
.AnyTagClassName
{
color: #1F41FF;
}
</style>
background-color css
<style>
a { background-color: #1F41FF; }
a { background-color: rgb(31,65,255); }
div.DivClassName
{
background-color: #1F41FF;
}
.BgClassName
{
background-color: #1F41FF;
}
</style>
border-color css
<style>
span { border-color: #1F41FF; }
span { border-color: rgb(31,65,255); }
td.TdClassName
{
border-color: #1F41FF;
}
.TagClassName
{
border-color: #1F41FF;
}
</style>