Shades of Neon Blue #1F4BFF
Tints of Neon Blue #1F4BFF
RGB
CMYK
RGB Variations
Color information
#1F4BFF (or 0x1F4BFF) is known color: Neon Blue. HEX triplet: 1F, 4B and FF. RGB value is (31,75,255). Sum of RGB (Red+Green+Blue) = 31+75+255=361 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.59% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 255 (100% from 255 or 70.64% from 361); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F4BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F4BFF is #E0B400. Grayscale: #515151. Windows color (decimal): -14726145 or 16730911. OLE color: 16730911.
HSL color Cylindrical-coordinate representation of color #1F4BFF: hue angle of 228.21º 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 #1F4BFF is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 75 | 255 | - |
| CMYK | 0.88 | 0.71 | 0 | 0 |
| HSL | 228.21º | 1% | 0.56% | - |
| HSV(B) | 228.21º | 0.88% | 1% | - |
| XYZ | 21.13 | 12.54 | 95.92 | - |
| YUV | 82.36 | 225.42 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 75 | 255 | 0.88 | 0.71 | 0 | 0 | 228.21 | 1 | 0.56 |
| Hex | 1F | 4B | FF | 58 | 47 | 0 | 0 | E4 | 64 | 38 |
| Octal | 37 | 113 | 377 | 130 | 107 | 0 | 0 | 344 | 144 | 70 |
| Binary | 11111 | 1001011 | 11111111 | 1011000 | 1000111 | 0 | 0 | 11100100 | 1100100 | 111000 |
Color Harmonies of #1F4BFF
Complementary color
Monochromatic Colors of #1F4BFF
Black with #1F4BFF
Text Example
Text Example
White with #1F4BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4BFF; }
p { color: rgb(31,75,255); }
H1.HeaderClassName
{
color: #1F4BFF;
}
.AnyTagClassName
{
color: #1F4BFF;
}
</style>
background-color css
<style>
a { background-color: #1F4BFF; }
a { background-color: rgb(31,75,255); }
div.DivClassName
{
background-color: #1F4BFF;
}
.BgClassName
{
background-color: #1F4BFF;
}
</style>
border-color css
<style>
span { border-color: #1F4BFF; }
span { border-color: rgb(31,75,255); }
td.TdClassName
{
border-color: #1F4BFF;
}
.TagClassName
{
border-color: #1F4BFF;
}
</style>