Shades of Neon Blue #2040FB
Tints of Neon Blue #2040FB
RGB
CMYK
RGB Variations
Color information
#2040FB (or 0x2040FB) is known color: Neon Blue. HEX triplet: 20, 40 and FB. RGB value is (32,64,251). Sum of RGB (Red+Green+Blue) = 32+64+251=347 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.22% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 251 (98.44% from 255 or 72.33% from 347); Max value from RGB is 251 - color contains mainly: blue. Hex color #2040FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2040FB is #DFBF04. Grayscale: #4A4A4A. Windows color (decimal): -14663429 or 16465952. OLE color: 16465952.
HSL color Cylindrical-coordinate representation of color #2040FB: hue angle of 231.23º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2040FB is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 64 | 251 | - |
| CMYK | 0.87 | 0.75 | 0 | 0.02 |
| HSL | 231.23º | 0.96% | 0.55% | - |
| HSV(B) | 231.23º | 0.87% | 0.98% | - |
| XYZ | 19.84 | 10.94 | 92.33 | - |
| YUV | 75.75 | 226.9 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 251 | 0.87 | 0.75 | 0 | 0.02 | 231.23 | 0.96 | 0.55 |
| Hex | 20 | 40 | FB | 57 | 4B | 0 | 2 | E7 | 60 | 37 |
| Octal | 40 | 100 | 373 | 127 | 113 | 0 | 2 | 347 | 140 | 67 |
| Binary | 100000 | 1000000 | 11111011 | 1010111 | 1001011 | 0 | 10 | 11100111 | 1100000 | 110111 |
Color Harmonies of #2040FB
Complementary color
Monochromatic Colors of #2040FB
Black with #2040FB
Text Example
Text Example
White with #2040FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2040FB; }
p { color: rgb(32,64,251); }
H1.HeaderClassName
{
color: #2040FB;
}
.AnyTagClassName
{
color: #2040FB;
}
</style>
background-color css
<style>
a { background-color: #2040FB; }
a { background-color: rgb(32,64,251); }
div.DivClassName
{
background-color: #2040FB;
}
.BgClassName
{
background-color: #2040FB;
}
</style>
border-color css
<style>
span { border-color: #2040FB; }
span { border-color: rgb(32,64,251); }
td.TdClassName
{
border-color: #2040FB;
}
.TagClassName
{
border-color: #2040FB;
}
</style>