Shades of Neon Blue #1F4CFD
Tints of Neon Blue #1F4CFD
RGB
CMYK
RGB Variations
Color information
#1F4CFD (or 0x1F4CFD) is known color: Neon Blue. HEX triplet: 1F, 4C and FD. RGB value is (31,76,253). Sum of RGB (Red+Green+Blue) = 31+76+253=360 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.61% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 253 (99.22% from 255 or 70.28% from 360); Max value from RGB is 253 - color contains mainly: blue. Hex color #1F4CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F4CFD is #E0B302. Grayscale: #515151. Windows color (decimal): -14725891 or 16600095. OLE color: 16600095.
HSL color Cylindrical-coordinate representation of color #1F4CFD: hue angle of 227.84º 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 #1F4CFD is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 76 | 253 | - |
| CMYK | 0.88 | 0.70 | 0 | 0.01 |
| HSL | 227.84º | 0.98% | 0.56% | - |
| HSV(B) | 227.84º | 0.88% | 0.99% | - |
| XYZ | 20.88 | 12.55 | 94.25 | - |
| YUV | 82.72 | 224.09 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 76 | 253 | 0.88 | 0.70 | 0 | 0.01 | 227.84 | 0.98 | 0.56 |
| Hex | 1F | 4C | FD | 58 | 46 | 0 | 1 | E4 | 62 | 38 |
| Octal | 37 | 114 | 375 | 130 | 106 | 0 | 1 | 344 | 142 | 70 |
| Binary | 11111 | 1001100 | 11111101 | 1011000 | 1000110 | 0 | 1 | 11100100 | 1100010 | 111000 |
Color Harmonies of #1F4CFD
Complementary color
Monochromatic Colors of #1F4CFD
Black with #1F4CFD
Text Example
Text Example
White with #1F4CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4CFD; }
p { color: rgb(31,76,253); }
H1.HeaderClassName
{
color: #1F4CFD;
}
.AnyTagClassName
{
color: #1F4CFD;
}
</style>
background-color css
<style>
a { background-color: #1F4CFD; }
a { background-color: rgb(31,76,253); }
div.DivClassName
{
background-color: #1F4CFD;
}
.BgClassName
{
background-color: #1F4CFD;
}
</style>
border-color css
<style>
span { border-color: #1F4CFD; }
span { border-color: rgb(31,76,253); }
td.TdClassName
{
border-color: #1F4CFD;
}
.TagClassName
{
border-color: #1F4CFD;
}
</style>