Shades of Neon Blue #1F3DFF
Tints of Neon Blue #1F3DFF
RGB
CMYK
RGB Variations
Color information
#1F3DFF (or 0x1F3DFF) is known color: Neon Blue. HEX triplet: 1F, 3D and FF. RGB value is (31,61,255). Sum of RGB (Red+Green+Blue) = 31+61+255=347 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.93% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 255 (100% from 255 or 73.49% from 347); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F3DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F3DFF is #E0C200. Grayscale: #494949. Windows color (decimal): -14729729 or 16727327. OLE color: 16727327.
HSL color Cylindrical-coordinate representation of color #1F3DFF: hue angle of 231.96º 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 #1F3DFF is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 61 | 255 | - |
| CMYK | 0.88 | 0.76 | 0 | 0 |
| HSL | 231.96º | 1% | 0.56% | - |
| HSV(B) | 231.96º | 0.88% | 1% | - |
| XYZ | 20.28 | 10.85 | 95.63 | - |
| YUV | 74.15 | 230.06 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 61 | 255 | 0.88 | 0.76 | 0 | 0 | 231.96 | 1 | 0.56 |
| Hex | 1F | 3D | FF | 58 | 4C | 0 | 0 | E8 | 64 | 38 |
| Octal | 37 | 75 | 377 | 130 | 114 | 0 | 0 | 350 | 144 | 70 |
| Binary | 11111 | 111101 | 11111111 | 1011000 | 1001100 | 0 | 0 | 11101000 | 1100100 | 111000 |
Color Harmonies of #1F3DFF
Complementary color
Monochromatic Colors of #1F3DFF
Black with #1F3DFF
Text Example
Text Example
White with #1F3DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3DFF; }
p { color: rgb(31,61,255); }
H1.HeaderClassName
{
color: #1F3DFF;
}
.AnyTagClassName
{
color: #1F3DFF;
}
</style>
background-color css
<style>
a { background-color: #1F3DFF; }
a { background-color: rgb(31,61,255); }
div.DivClassName
{
background-color: #1F3DFF;
}
.BgClassName
{
background-color: #1F3DFF;
}
</style>
border-color css
<style>
span { border-color: #1F3DFF; }
span { border-color: rgb(31,61,255); }
td.TdClassName
{
border-color: #1F3DFF;
}
.TagClassName
{
border-color: #1F3DFF;
}
</style>