Shades of Neon Blue #1F50FF
Tints of Neon Blue #1F50FF
RGB
CMYK
RGB Variations
Color information
#1F50FF (or 0x1F50FF) is known color: Neon Blue. HEX triplet: 1F, 50 and FF. RGB value is (31,80,255). Sum of RGB (Red+Green+Blue) = 31+80+255=366 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.47% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F50FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F50FF is #E0AF00. Grayscale: #545454. Windows color (decimal): -14724865 or 16732191. OLE color: 16732191.
HSL color Cylindrical-coordinate representation of color #1F50FF: hue angle of 226.88º 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 #1F50FF is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 80 | 255 | - |
| CMYK | 0.88 | 0.69 | 0 | 0 |
| HSL | 226.88º | 1% | 0.56% | - |
| HSV(B) | 226.88º | 0.88% | 1% | - |
| XYZ | 21.48 | 13.25 | 96.03 | - |
| YUV | 85.3 | 223.77 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 80 | 255 | 0.88 | 0.69 | 0 | 0 | 226.88 | 1 | 0.56 |
| Hex | 1F | 50 | FF | 58 | 45 | 0 | 0 | E3 | 64 | 38 |
| Octal | 37 | 120 | 377 | 130 | 105 | 0 | 0 | 343 | 144 | 70 |
| Binary | 11111 | 1010000 | 11111111 | 1011000 | 1000101 | 0 | 0 | 11100011 | 1100100 | 111000 |
Color Harmonies of #1F50FF
Complementary color
Monochromatic Colors of #1F50FF
Black with #1F50FF
Text Example
Text Example
White with #1F50FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F50FF; }
p { color: rgb(31,80,255); }
H1.HeaderClassName
{
color: #1F50FF;
}
.AnyTagClassName
{
color: #1F50FF;
}
</style>
background-color css
<style>
a { background-color: #1F50FF; }
a { background-color: rgb(31,80,255); }
div.DivClassName
{
background-color: #1F50FF;
}
.BgClassName
{
background-color: #1F50FF;
}
</style>
border-color css
<style>
span { border-color: #1F50FF; }
span { border-color: rgb(31,80,255); }
td.TdClassName
{
border-color: #1F50FF;
}
.TagClassName
{
border-color: #1F50FF;
}
</style>