Shades of Neon Blue #2040FF
Tints of Neon Blue #2040FF
RGB
CMYK
RGB Variations
Color information
#2040FF (or 0x2040FF) is known color: Neon Blue. HEX triplet: 20, 40 and FF. RGB value is (32,64,255). Sum of RGB (Red+Green+Blue) = 32+64+255=351 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.12% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 255 (100% from 255 or 72.65% from 351); Max value from RGB is 255 - color contains mainly: blue. Hex color #2040FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2040FF is #DFBF00. Grayscale: #4B4B4B. Windows color (decimal): -14663425 or 16728096. OLE color: 16728096.
HSL color Cylindrical-coordinate representation of color #2040FF: hue angle of 231.39º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2040FF is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 64 | 255 | - |
| CMYK | 0.87 | 0.75 | 0 | 0 |
| HSL | 231.39º | 1% | 0.56% | - |
| HSV(B) | 231.39º | 0.87% | 1% | - |
| XYZ | 20.48 | 11.19 | 95.69 | - |
| YUV | 76.21 | 228.9 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 255 | 0.87 | 0.75 | 0 | 0 | 231.39 | 1 | 0.56 |
| Hex | 20 | 40 | FF | 57 | 4B | 0 | 0 | E7 | 64 | 38 |
| Octal | 40 | 100 | 377 | 127 | 113 | 0 | 0 | 347 | 144 | 70 |
| Binary | 100000 | 1000000 | 11111111 | 1010111 | 1001011 | 0 | 0 | 11100111 | 1100100 | 111000 |
Color Harmonies of #2040FF
Complementary color
Monochromatic Colors of #2040FF
Black with #2040FF
Text Example
Text Example
White with #2040FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2040FF; }
p { color: rgb(32,64,255); }
H1.HeaderClassName
{
color: #2040FF;
}
.AnyTagClassName
{
color: #2040FF;
}
</style>
background-color css
<style>
a { background-color: #2040FF; }
a { background-color: rgb(32,64,255); }
div.DivClassName
{
background-color: #2040FF;
}
.BgClassName
{
background-color: #2040FF;
}
</style>
border-color css
<style>
span { border-color: #2040FF; }
span { border-color: rgb(32,64,255); }
td.TdClassName
{
border-color: #2040FF;
}
.TagClassName
{
border-color: #2040FF;
}
</style>