Shades of Neon Blue #1648F9
Tints of Neon Blue #1648F9
RGB
CMYK
RGB Variations
Color information
#1648F9 (or 0x1648F9) is known color: Neon Blue. HEX triplet: 16, 48 and F9. RGB value is (22,72,249). Sum of RGB (Red+Green+Blue) = 22+72+249=343 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.41% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 249 (97.66% from 255 or 72.59% from 343); Max value from RGB is 249 - color contains mainly: blue. Hex color #1648F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1648F9 is #E9B706. Grayscale: #4C4C4C. Windows color (decimal): -15316743 or 16336918. OLE color: 16336918.
HSL color Cylindrical-coordinate representation of color #1648F9: hue angle of 226.78º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1648F9 is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 72 | 249 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.02 |
| HSL | 226.78º | 0.95% | 0.53% | - |
| HSV(B) | 226.78º | 0.91% | 0.98% | - |
| XYZ | 19.75 | 11.64 | 90.83 | - |
| YUV | 77.23 | 224.94 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 72 | 249 | 0.91 | 0.71 | 0 | 0.02 | 226.78 | 0.95 | 0.53 |
| Hex | 16 | 48 | F9 | 5B | 47 | 0 | 2 | E3 | 5F | 35 |
| Octal | 26 | 110 | 371 | 133 | 107 | 0 | 2 | 343 | 137 | 65 |
| Binary | 10110 | 1001000 | 11111001 | 1011011 | 1000111 | 0 | 10 | 11100011 | 1011111 | 110101 |
Color Harmonies of #1648F9
Complementary color
Monochromatic Colors of #1648F9
Black with #1648F9
Text Example
Text Example
White with #1648F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1648F9; }
p { color: rgb(22,72,249); }
H1.HeaderClassName
{
color: #1648F9;
}
.AnyTagClassName
{
color: #1648F9;
}
</style>
background-color css
<style>
a { background-color: #1648F9; }
a { background-color: rgb(22,72,249); }
div.DivClassName
{
background-color: #1648F9;
}
.BgClassName
{
background-color: #1648F9;
}
</style>
border-color css
<style>
span { border-color: #1648F9; }
span { border-color: rgb(22,72,249); }
td.TdClassName
{
border-color: #1648F9;
}
.TagClassName
{
border-color: #1648F9;
}
</style>