Shades of Neon Blue #1F38FE
Tints of Neon Blue #1F38FE
RGB
CMYK
RGB Variations
Color information
#1F38FE (or 0x1F38FE) is known color: Neon Blue. HEX triplet: 1F, 38 and FE. RGB value is (31,56,254). Sum of RGB (Red+Green+Blue) = 31+56+254=341 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.09% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 254 (99.61% from 255 or 74.49% from 341); Max value from RGB is 254 - color contains mainly: blue. Hex color #1F38FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F38FE is #E0C701. Grayscale: #464646. Windows color (decimal): -14731010 or 16660511. OLE color: 16660511.
HSL color Cylindrical-coordinate representation of color #1F38FE: hue angle of 233.27º 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 #1F38FE is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 56 | 254 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.00 |
| HSL | 233.27º | 0.99% | 0.56% | - |
| HSV(B) | 233.27º | 0.88% | 1% | - |
| XYZ | 19.87 | 10.28 | 94.7 | - |
| YUV | 71.1 | 231.22 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 56 | 254 | 0.88 | 0.78 | 0 | 0.00 | 233.27 | 0.99 | 0.56 |
| Hex | 1F | 38 | FE | 58 | 4E | 0 | 0 | E9 | 63 | 38 |
| Octal | 37 | 70 | 376 | 130 | 116 | 0 | 0 | 351 | 143 | 70 |
| Binary | 11111 | 111000 | 11111110 | 1011000 | 1001110 | 0 | 0 | 11101001 | 1100011 | 111000 |
Color Harmonies of #1F38FE
Complementary color
Monochromatic Colors of #1F38FE
Black with #1F38FE
Text Example
Text Example
White with #1F38FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F38FE; }
p { color: rgb(31,56,254); }
H1.HeaderClassName
{
color: #1F38FE;
}
.AnyTagClassName
{
color: #1F38FE;
}
</style>
background-color css
<style>
a { background-color: #1F38FE; }
a { background-color: rgb(31,56,254); }
div.DivClassName
{
background-color: #1F38FE;
}
.BgClassName
{
background-color: #1F38FE;
}
</style>
border-color css
<style>
span { border-color: #1F38FE; }
span { border-color: rgb(31,56,254); }
td.TdClassName
{
border-color: #1F38FE;
}
.TagClassName
{
border-color: #1F38FE;
}
</style>