Shades of Neon Blue #1F4CFF
Tints of Neon Blue #1F4CFF
RGB
CMYK
RGB Variations
Color information
#1F4CFF (or 0x1F4CFF) is known color: Neon Blue. HEX triplet: 1F, 4C and FF. RGB value is (31,76,255). Sum of RGB (Red+Green+Blue) = 31+76+255=362 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.56% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 255 (100% from 255 or 70.44% from 362); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F4CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F4CFF is #E0B300. Grayscale: #525252. Windows color (decimal): -14725889 or 16731167. OLE color: 16731167.
HSL color Cylindrical-coordinate representation of color #1F4CFF: hue angle of 227.95º 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 #1F4CFF is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 76 | 255 | - |
| CMYK | 0.88 | 0.70 | 0 | 0 |
| HSL | 227.95º | 1% | 0.56% | - |
| HSV(B) | 227.95º | 0.88% | 1% | - |
| XYZ | 21.2 | 12.68 | 95.94 | - |
| YUV | 82.95 | 225.09 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 76 | 255 | 0.88 | 0.70 | 0 | 0 | 227.95 | 1 | 0.56 |
| Hex | 1F | 4C | FF | 58 | 46 | 0 | 0 | E4 | 64 | 38 |
| Octal | 37 | 114 | 377 | 130 | 106 | 0 | 0 | 344 | 144 | 70 |
| Binary | 11111 | 1001100 | 11111111 | 1011000 | 1000110 | 0 | 0 | 11100100 | 1100100 | 111000 |
Color Harmonies of #1F4CFF
Complementary color
Monochromatic Colors of #1F4CFF
Black with #1F4CFF
Text Example
Text Example
White with #1F4CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4CFF; }
p { color: rgb(31,76,255); }
H1.HeaderClassName
{
color: #1F4CFF;
}
.AnyTagClassName
{
color: #1F4CFF;
}
</style>
background-color css
<style>
a { background-color: #1F4CFF; }
a { background-color: rgb(31,76,255); }
div.DivClassName
{
background-color: #1F4CFF;
}
.BgClassName
{
background-color: #1F4CFF;
}
</style>
border-color css
<style>
span { border-color: #1F4CFF; }
span { border-color: rgb(31,76,255); }
td.TdClassName
{
border-color: #1F4CFF;
}
.TagClassName
{
border-color: #1F4CFF;
}
</style>