Shades of Neon Blue #2040FC
Tints of Neon Blue #2040FC
RGB
CMYK
RGB Variations
Color information
#2040FC (or 0x2040FC) is known color: Neon Blue. HEX triplet: 20, 40 and FC. RGB value is (32,64,252). Sum of RGB (Red+Green+Blue) = 32+64+252=348 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.20% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 252 (98.83% from 255 or 72.41% from 348); Max value from RGB is 252 - color contains mainly: blue. Hex color #2040FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2040FC is #DFBF03. Grayscale: #4B4B4B. Windows color (decimal): -14663428 or 16531488. OLE color: 16531488.
HSL color Cylindrical-coordinate representation of color #2040FC: hue angle of 231.27º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2040FC is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 64 | 252 | - |
| CMYK | 0.87 | 0.75 | 0 | 0.01 |
| HSL | 231.27º | 0.97% | 0.56% | - |
| HSV(B) | 231.27º | 0.87% | 0.99% | - |
| XYZ | 20 | 11 | 93.16 | - |
| YUV | 75.86 | 227.4 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 252 | 0.87 | 0.75 | 0 | 0.01 | 231.27 | 0.97 | 0.56 |
| Hex | 20 | 40 | FC | 57 | 4B | 0 | 1 | E7 | 61 | 38 |
| Octal | 40 | 100 | 374 | 127 | 113 | 0 | 1 | 347 | 141 | 70 |
| Binary | 100000 | 1000000 | 11111100 | 1010111 | 1001011 | 0 | 1 | 11100111 | 1100001 | 111000 |
Color Harmonies of #2040FC
Complementary color
Monochromatic Colors of #2040FC
Black with #2040FC
Text Example
Text Example
White with #2040FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2040FC; }
p { color: rgb(32,64,252); }
H1.HeaderClassName
{
color: #2040FC;
}
.AnyTagClassName
{
color: #2040FC;
}
</style>
background-color css
<style>
a { background-color: #2040FC; }
a { background-color: rgb(32,64,252); }
div.DivClassName
{
background-color: #2040FC;
}
.BgClassName
{
background-color: #2040FC;
}
</style>
border-color css
<style>
span { border-color: #2040FC; }
span { border-color: rgb(32,64,252); }
td.TdClassName
{
border-color: #2040FC;
}
.TagClassName
{
border-color: #2040FC;
}
</style>