Shades of Neon Blue #1F3EFE
Tints of Neon Blue #1F3EFE
RGB
CMYK
RGB Variations
Color information
#1F3EFE (or 0x1F3EFE) is known color: Neon Blue. HEX triplet: 1F, 3E and FE. RGB value is (31,62,254). Sum of RGB (Red+Green+Blue) = 31+62+254=347 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.93% from 347); Green value is 62 (24.61% from 255 or 17.87% from 347); Blue value is 254 (99.61% from 255 or 73.20% from 347); Max value from RGB is 254 - color contains mainly: blue. Hex color #1F3EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F3EFE is #E0C101. Grayscale: #494949. Windows color (decimal): -14729474 or 16662047. OLE color: 16662047.
HSL color Cylindrical-coordinate representation of color #1F3EFE: hue angle of 231.66º 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 #1F3EFE is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 62 | 254 | - |
| CMYK | 0.88 | 0.76 | 0 | 0.00 |
| HSL | 231.66º | 0.99% | 0.56% | - |
| HSV(B) | 231.66º | 0.88% | 1% | - |
| XYZ | 20.18 | 10.89 | 94.8 | - |
| YUV | 74.62 | 229.23 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 62 | 254 | 0.88 | 0.76 | 0 | 0.00 | 231.66 | 0.99 | 0.56 |
| Hex | 1F | 3E | FE | 58 | 4C | 0 | 0 | E8 | 63 | 38 |
| Octal | 37 | 76 | 376 | 130 | 114 | 0 | 0 | 350 | 143 | 70 |
| Binary | 11111 | 111110 | 11111110 | 1011000 | 1001100 | 0 | 0 | 11101000 | 1100011 | 111000 |
Color Harmonies of #1F3EFE
Complementary color
Monochromatic Colors of #1F3EFE
Black with #1F3EFE
Text Example
Text Example
White with #1F3EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3EFE; }
p { color: rgb(31,62,254); }
H1.HeaderClassName
{
color: #1F3EFE;
}
.AnyTagClassName
{
color: #1F3EFE;
}
</style>
background-color css
<style>
a { background-color: #1F3EFE; }
a { background-color: rgb(31,62,254); }
div.DivClassName
{
background-color: #1F3EFE;
}
.BgClassName
{
background-color: #1F3EFE;
}
</style>
border-color css
<style>
span { border-color: #1F3EFE; }
span { border-color: rgb(31,62,254); }
td.TdClassName
{
border-color: #1F3EFE;
}
.TagClassName
{
border-color: #1F3EFE;
}
</style>