Shades of Neon Blue #1640FD
Tints of Neon Blue #1640FD
RGB
CMYK
RGB Variations
Color information
#1640FD (or 0x1640FD) is known color: Neon Blue. HEX triplet: 16, 40 and FD. RGB value is (22,64,253). Sum of RGB (Red+Green+Blue) = 22+64+253=339 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.49% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 253 (99.22% from 255 or 74.63% from 339); Max value from RGB is 253 - color contains mainly: blue. Hex color #1640FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1640FD is #E9BF02. Grayscale: #484848. Windows color (decimal): -15318787 or 16597014. OLE color: 16597014.
HSL color Cylindrical-coordinate representation of color #1640FD: hue angle of 229.09º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1640FD is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 64 | 253 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.01 |
| HSL | 229.09º | 0.98% | 0.54% | - |
| HSV(B) | 229.09º | 0.91% | 0.99% | - |
| XYZ | 19.89 | 10.93 | 93.99 | - |
| YUV | 72.99 | 229.59 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 64 | 253 | 0.91 | 0.75 | 0 | 0.01 | 229.09 | 0.98 | 0.54 |
| Hex | 16 | 40 | FD | 5B | 4B | 0 | 1 | E5 | 62 | 36 |
| Octal | 26 | 100 | 375 | 133 | 113 | 0 | 1 | 345 | 142 | 66 |
| Binary | 10110 | 1000000 | 11111101 | 1011011 | 1001011 | 0 | 1 | 11100101 | 1100010 | 110110 |
Color Harmonies of #1640FD
Complementary color
Monochromatic Colors of #1640FD
Black with #1640FD
Text Example
Text Example
White with #1640FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1640FD; }
p { color: rgb(22,64,253); }
H1.HeaderClassName
{
color: #1640FD;
}
.AnyTagClassName
{
color: #1640FD;
}
</style>
background-color css
<style>
a { background-color: #1640FD; }
a { background-color: rgb(22,64,253); }
div.DivClassName
{
background-color: #1640FD;
}
.BgClassName
{
background-color: #1640FD;
}
</style>
border-color css
<style>
span { border-color: #1640FD; }
span { border-color: rgb(22,64,253); }
td.TdClassName
{
border-color: #1640FD;
}
.TagClassName
{
border-color: #1640FD;
}
</style>