Shades of Neon Blue #1F46FF
Tints of Neon Blue #1F46FF
RGB
CMYK
RGB Variations
Color information
#1F46FF (or 0x1F46FF) is known color: Neon Blue. HEX triplet: 1F, 46 and FF. RGB value is (31,70,255). Sum of RGB (Red+Green+Blue) = 31+70+255=356 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.71% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F46FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F46FF is #E0B900. Grayscale: #4E4E4E. Windows color (decimal): -14727425 or 16729631. OLE color: 16729631.
HSL color Cylindrical-coordinate representation of color #1F46FF: hue angle of 229.55º 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 #1F46FF is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 70 | 255 | - |
| CMYK | 0.88 | 0.73 | 0 | 0 |
| HSL | 229.55º | 1% | 0.56% | - |
| HSV(B) | 229.55º | 0.88% | 1% | - |
| XYZ | 20.81 | 11.89 | 95.81 | - |
| YUV | 79.43 | 227.08 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 70 | 255 | 0.88 | 0.73 | 0 | 0 | 229.55 | 1 | 0.56 |
| Hex | 1F | 46 | FF | 58 | 49 | 0 | 0 | E6 | 64 | 38 |
| Octal | 37 | 106 | 377 | 130 | 111 | 0 | 0 | 346 | 144 | 70 |
| Binary | 11111 | 1000110 | 11111111 | 1011000 | 1001001 | 0 | 0 | 11100110 | 1100100 | 111000 |
Color Harmonies of #1F46FF
Complementary color
Monochromatic Colors of #1F46FF
Black with #1F46FF
Text Example
Text Example
White with #1F46FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F46FF; }
p { color: rgb(31,70,255); }
H1.HeaderClassName
{
color: #1F46FF;
}
.AnyTagClassName
{
color: #1F46FF;
}
</style>
background-color css
<style>
a { background-color: #1F46FF; }
a { background-color: rgb(31,70,255); }
div.DivClassName
{
background-color: #1F46FF;
}
.BgClassName
{
background-color: #1F46FF;
}
</style>
border-color css
<style>
span { border-color: #1F46FF; }
span { border-color: rgb(31,70,255); }
td.TdClassName
{
border-color: #1F46FF;
}
.TagClassName
{
border-color: #1F46FF;
}
</style>