Shades of Neon Blue #1F30FF
Tints of Neon Blue #1F30FF
RGB
CMYK
RGB Variations
Color information
#1F30FF (or 0x1F30FF) is known color: Neon Blue. HEX triplet: 1F, 30 and FF. RGB value is (31,48,255). Sum of RGB (Red+Green+Blue) = 31+48+255=334 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.28% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 255 (100% from 255 or 76.35% from 334); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F30FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F30FF is #E0CF00. Grayscale: #414141. Windows color (decimal): -14733057 or 16723999. OLE color: 16723999.
HSL color Cylindrical-coordinate representation of color #1F30FF: hue angle of 235.45º 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 #1F30FF is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 48 | 255 | - |
| CMYK | 0.88 | 0.81 | 0 | 0 |
| HSL | 235.45º | 1% | 0.56% | - |
| HSV(B) | 235.45º | 0.88% | 1% | - |
| XYZ | 19.67 | 9.63 | 95.43 | - |
| YUV | 66.52 | 234.37 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 48 | 255 | 0.88 | 0.81 | 0 | 0 | 235.45 | 1 | 0.56 |
| Hex | 1F | 30 | FF | 58 | 51 | 0 | 0 | EB | 64 | 38 |
| Octal | 37 | 60 | 377 | 130 | 121 | 0 | 0 | 353 | 144 | 70 |
| Binary | 11111 | 110000 | 11111111 | 1011000 | 1010001 | 0 | 0 | 11101011 | 1100100 | 111000 |
Color Harmonies of #1F30FF
Complementary color
Monochromatic Colors of #1F30FF
Black with #1F30FF
Text Example
Text Example
White with #1F30FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F30FF; }
p { color: rgb(31,48,255); }
H1.HeaderClassName
{
color: #1F30FF;
}
.AnyTagClassName
{
color: #1F30FF;
}
</style>
background-color css
<style>
a { background-color: #1F30FF; }
a { background-color: rgb(31,48,255); }
div.DivClassName
{
background-color: #1F30FF;
}
.BgClassName
{
background-color: #1F30FF;
}
</style>
border-color css
<style>
span { border-color: #1F30FF; }
span { border-color: rgb(31,48,255); }
td.TdClassName
{
border-color: #1F30FF;
}
.TagClassName
{
border-color: #1F30FF;
}
</style>