Shades of Neon Blue #1F3BFD
Tints of Neon Blue #1F3BFD
RGB
CMYK
RGB Variations
Color information
#1F3BFD (or 0x1F3BFD) is known color: Neon Blue. HEX triplet: 1F, 3B and FD. RGB value is (31,59,253). Sum of RGB (Red+Green+Blue) = 31+59+253=343 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.04% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 253 (99.22% from 255 or 73.76% from 343); Max value from RGB is 253 - color contains mainly: blue. Hex color #1F3BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F3BFD is #E0C402. Grayscale: #474747. Windows color (decimal): -14730243 or 16595743. OLE color: 16595743.
HSL color Cylindrical-coordinate representation of color #1F3BFD: hue angle of 232.43º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F3BFD is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 59 | 253 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.01 |
| HSL | 232.43º | 0.98% | 0.56% | - |
| HSV(B) | 232.43º | 0.88% | 0.99% | - |
| XYZ | 19.86 | 10.51 | 93.91 | - |
| YUV | 72.74 | 229.72 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 59 | 253 | 0.88 | 0.77 | 0 | 0.01 | 232.43 | 0.98 | 0.56 |
| Hex | 1F | 3B | FD | 58 | 4D | 0 | 1 | E8 | 62 | 38 |
| Octal | 37 | 73 | 375 | 130 | 115 | 0 | 1 | 350 | 142 | 70 |
| Binary | 11111 | 111011 | 11111101 | 1011000 | 1001101 | 0 | 1 | 11101000 | 1100010 | 111000 |
Color Harmonies of #1F3BFD
Complementary color
Monochromatic Colors of #1F3BFD
Black with #1F3BFD
Text Example
Text Example
White with #1F3BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3BFD; }
p { color: rgb(31,59,253); }
H1.HeaderClassName
{
color: #1F3BFD;
}
.AnyTagClassName
{
color: #1F3BFD;
}
</style>
background-color css
<style>
a { background-color: #1F3BFD; }
a { background-color: rgb(31,59,253); }
div.DivClassName
{
background-color: #1F3BFD;
}
.BgClassName
{
background-color: #1F3BFD;
}
</style>
border-color css
<style>
span { border-color: #1F3BFD; }
span { border-color: rgb(31,59,253); }
td.TdClassName
{
border-color: #1F3BFD;
}
.TagClassName
{
border-color: #1F3BFD;
}
</style>