Shades of Neon Blue #1F30FE
Tints of Neon Blue #1F30FE
RGB
CMYK
RGB Variations
Color information
#1F30FE (or 0x1F30FE) is known color: Neon Blue. HEX triplet: 1F, 30 and FE. RGB value is (31,48,254). Sum of RGB (Red+Green+Blue) = 31+48+254=333 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.31% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 254 (99.61% from 255 or 76.28% from 333); Max value from RGB is 254 - color contains mainly: blue. Hex color #1F30FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F30FE is #E0CF01. Grayscale: #414141. Windows color (decimal): -14733058 or 16658463. OLE color: 16658463.
HSL color Cylindrical-coordinate representation of color #1F30FE: hue angle of 235.43º 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 #1F30FE is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 48 | 254 | - |
| CMYK | 0.88 | 0.81 | 0 | 0.00 |
| HSL | 235.43º | 0.99% | 0.56% | - |
| HSV(B) | 235.43º | 0.88% | 1% | - |
| XYZ | 19.51 | 9.56 | 94.58 | - |
| YUV | 66.4 | 233.87 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 48 | 254 | 0.88 | 0.81 | 0 | 0.00 | 235.43 | 0.99 | 0.56 |
| Hex | 1F | 30 | FE | 58 | 51 | 0 | 0 | EB | 63 | 38 |
| Octal | 37 | 60 | 376 | 130 | 121 | 0 | 0 | 353 | 143 | 70 |
| Binary | 11111 | 110000 | 11111110 | 1011000 | 1010001 | 0 | 0 | 11101011 | 1100011 | 111000 |
Color Harmonies of #1F30FE
Complementary color
Monochromatic Colors of #1F30FE
Black with #1F30FE
Text Example
Text Example
White with #1F30FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F30FE; }
p { color: rgb(31,48,254); }
H1.HeaderClassName
{
color: #1F30FE;
}
.AnyTagClassName
{
color: #1F30FE;
}
</style>
background-color css
<style>
a { background-color: #1F30FE; }
a { background-color: rgb(31,48,254); }
div.DivClassName
{
background-color: #1F30FE;
}
.BgClassName
{
background-color: #1F30FE;
}
</style>
border-color css
<style>
span { border-color: #1F30FE; }
span { border-color: rgb(31,48,254); }
td.TdClassName
{
border-color: #1F30FE;
}
.TagClassName
{
border-color: #1F30FE;
}
</style>