Shades of Neon Blue #1640F9
Tints of Neon Blue #1640F9
RGB
CMYK
RGB Variations
Color information
#1640F9 (or 0x1640F9) is known color: Neon Blue. HEX triplet: 16, 40 and F9. RGB value is (22,64,249). Sum of RGB (Red+Green+Blue) = 22+64+249=335 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.57% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 249 (97.66% from 255 or 74.33% from 335); Max value from RGB is 249 - color contains mainly: blue. Hex color #1640F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1640F9 is #E9BF06. Grayscale: #474747. Windows color (decimal): -15318791 or 16334870. OLE color: 16334870.
HSL color Cylindrical-coordinate representation of color #1640F9: hue angle of 228.9º 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 #1640F9 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 64 | 249 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.02 |
| HSL | 228.9º | 0.95% | 0.53% | - |
| HSV(B) | 228.9º | 0.91% | 0.98% | - |
| XYZ | 19.26 | 10.68 | 90.67 | - |
| YUV | 72.53 | 227.59 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 64 | 249 | 0.91 | 0.74 | 0 | 0.02 | 228.9 | 0.95 | 0.53 |
| Hex | 16 | 40 | F9 | 5B | 4A | 0 | 2 | E5 | 5F | 35 |
| Octal | 26 | 100 | 371 | 133 | 112 | 0 | 2 | 345 | 137 | 65 |
| Binary | 10110 | 1000000 | 11111001 | 1011011 | 1001010 | 0 | 10 | 11100101 | 1011111 | 110101 |
Color Harmonies of #1640F9
Complementary color
Monochromatic Colors of #1640F9
Black with #1640F9
Text Example
Text Example
White with #1640F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1640F9; }
p { color: rgb(22,64,249); }
H1.HeaderClassName
{
color: #1640F9;
}
.AnyTagClassName
{
color: #1640F9;
}
</style>
background-color css
<style>
a { background-color: #1640F9; }
a { background-color: rgb(22,64,249); }
div.DivClassName
{
background-color: #1640F9;
}
.BgClassName
{
background-color: #1640F9;
}
</style>
border-color css
<style>
span { border-color: #1640F9; }
span { border-color: rgb(22,64,249); }
td.TdClassName
{
border-color: #1640F9;
}
.TagClassName
{
border-color: #1640F9;
}
</style>