Shades of Neon Blue #1F4DFC
Tints of Neon Blue #1F4DFC
RGB
CMYK
RGB Variations
Color information
#1F4DFC (or 0x1F4DFC) is known color: Neon Blue. HEX triplet: 1F, 4D and FC. RGB value is (31,77,252). Sum of RGB (Red+Green+Blue) = 31+77+252=360 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.61% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 252 (98.83% from 255 or 70% from 360); Max value from RGB is 252 - color contains mainly: blue. Hex color #1F4DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F4DFC is #E0B203. Grayscale: #525252. Windows color (decimal): -14725636 or 16534815. OLE color: 16534815.
HSL color Cylindrical-coordinate representation of color #1F4DFC: hue angle of 227.51º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F4DFC is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 77 | 252 | - |
| CMYK | 0.88 | 0.69 | 0 | 0.01 |
| HSL | 227.51º | 0.97% | 0.55% | - |
| HSV(B) | 227.51º | 0.88% | 0.99% | - |
| XYZ | 20.79 | 12.63 | 93.44 | - |
| YUV | 83.2 | 223.26 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 77 | 252 | 0.88 | 0.69 | 0 | 0.01 | 227.51 | 0.97 | 0.55 |
| Hex | 1F | 4D | FC | 58 | 45 | 0 | 1 | E4 | 61 | 37 |
| Octal | 37 | 115 | 374 | 130 | 105 | 0 | 1 | 344 | 141 | 67 |
| Binary | 11111 | 1001101 | 11111100 | 1011000 | 1000101 | 0 | 1 | 11100100 | 1100001 | 110111 |
Color Harmonies of #1F4DFC
Complementary color
Monochromatic Colors of #1F4DFC
Black with #1F4DFC
Text Example
Text Example
White with #1F4DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4DFC; }
p { color: rgb(31,77,252); }
H1.HeaderClassName
{
color: #1F4DFC;
}
.AnyTagClassName
{
color: #1F4DFC;
}
</style>
background-color css
<style>
a { background-color: #1F4DFC; }
a { background-color: rgb(31,77,252); }
div.DivClassName
{
background-color: #1F4DFC;
}
.BgClassName
{
background-color: #1F4DFC;
}
</style>
border-color css
<style>
span { border-color: #1F4DFC; }
span { border-color: rgb(31,77,252); }
td.TdClassName
{
border-color: #1F4DFC;
}
.TagClassName
{
border-color: #1F4DFC;
}
</style>