Shades of Neon Blue #1F3DFE
Tints of Neon Blue #1F3DFE
RGB
CMYK
RGB Variations
Color information
#1F3DFE (or 0x1F3DFE) is known color: Neon Blue. HEX triplet: 1F, 3D and FE. RGB value is (31,61,254). Sum of RGB (Red+Green+Blue) = 31+61+254=346 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.96% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 254 (99.61% from 255 or 73.41% from 346); Max value from RGB is 254 - color contains mainly: blue. Hex color #1F3DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F3DFE is #E0C201. Grayscale: #494949. Windows color (decimal): -14729730 or 16661791. OLE color: 16661791.
HSL color Cylindrical-coordinate representation of color #1F3DFE: hue angle of 231.93º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F3DFE is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 61 | 254 | - |
| CMYK | 0.88 | 0.76 | 0 | 0.00 |
| HSL | 231.93º | 0.99% | 0.56% | - |
| HSV(B) | 231.93º | 0.88% | 1% | - |
| XYZ | 20.12 | 10.78 | 94.79 | - |
| YUV | 74.03 | 229.56 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 61 | 254 | 0.88 | 0.76 | 0 | 0.00 | 231.93 | 0.99 | 0.56 |
| Hex | 1F | 3D | FE | 58 | 4C | 0 | 0 | E8 | 63 | 38 |
| Octal | 37 | 75 | 376 | 130 | 114 | 0 | 0 | 350 | 143 | 70 |
| Binary | 11111 | 111101 | 11111110 | 1011000 | 1001100 | 0 | 0 | 11101000 | 1100011 | 111000 |
Color Harmonies of #1F3DFE
Complementary color
Monochromatic Colors of #1F3DFE
Black with #1F3DFE
Text Example
Text Example
White with #1F3DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3DFE; }
p { color: rgb(31,61,254); }
H1.HeaderClassName
{
color: #1F3DFE;
}
.AnyTagClassName
{
color: #1F3DFE;
}
</style>
background-color css
<style>
a { background-color: #1F3DFE; }
a { background-color: rgb(31,61,254); }
div.DivClassName
{
background-color: #1F3DFE;
}
.BgClassName
{
background-color: #1F3DFE;
}
</style>
border-color css
<style>
span { border-color: #1F3DFE; }
span { border-color: rgb(31,61,254); }
td.TdClassName
{
border-color: #1F3DFE;
}
.TagClassName
{
border-color: #1F3DFE;
}
</style>