Shades of Neon Blue #1F4FFF
Tints of Neon Blue #1F4FFF
RGB
CMYK
RGB Variations
Color information
#1F4FFF (or 0x1F4FFF) is known color: Neon Blue. HEX triplet: 1F, 4F and FF. RGB value is (31,79,255). Sum of RGB (Red+Green+Blue) = 31+79+255=365 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.49% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F4FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F4FFF is #E0B000. Grayscale: #535353. Windows color (decimal): -14725121 or 16731935. OLE color: 16731935.
HSL color Cylindrical-coordinate representation of color #1F4FFF: hue angle of 227.14º 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 #1F4FFF is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 79 | 255 | - |
| CMYK | 0.88 | 0.69 | 0 | 0 |
| HSL | 227.14º | 1% | 0.56% | - |
| HSV(B) | 227.14º | 0.88% | 1% | - |
| XYZ | 21.41 | 13.1 | 96.01 | - |
| YUV | 84.71 | 224.1 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 79 | 255 | 0.88 | 0.69 | 0 | 0 | 227.14 | 1 | 0.56 |
| Hex | 1F | 4F | FF | 58 | 45 | 0 | 0 | E3 | 64 | 38 |
| Octal | 37 | 117 | 377 | 130 | 105 | 0 | 0 | 343 | 144 | 70 |
| Binary | 11111 | 1001111 | 11111111 | 1011000 | 1000101 | 0 | 0 | 11100011 | 1100100 | 111000 |
Color Harmonies of #1F4FFF
Complementary color
Monochromatic Colors of #1F4FFF
Black with #1F4FFF
Text Example
Text Example
White with #1F4FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4FFF; }
p { color: rgb(31,79,255); }
H1.HeaderClassName
{
color: #1F4FFF;
}
.AnyTagClassName
{
color: #1F4FFF;
}
</style>
background-color css
<style>
a { background-color: #1F4FFF; }
a { background-color: rgb(31,79,255); }
div.DivClassName
{
background-color: #1F4FFF;
}
.BgClassName
{
background-color: #1F4FFF;
}
</style>
border-color css
<style>
span { border-color: #1F4FFF; }
span { border-color: rgb(31,79,255); }
td.TdClassName
{
border-color: #1F4FFF;
}
.TagClassName
{
border-color: #1F4FFF;
}
</style>