Shades of Neon Blue #2940F4
Tints of Neon Blue #2940F4
RGB
CMYK
RGB Variations
Color information
#2940F4 (or 0x2940F4) is known color: Neon Blue. HEX triplet: 29, 40 and F4. RGB value is (41,64,244). Sum of RGB (Red+Green+Blue) = 41+64+244=349 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.75% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 244 (95.70% from 255 or 69.91% from 349); Max value from RGB is 244 - color contains mainly: blue. Hex color #2940F4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2940F4 is #D6BF0B. Grayscale: #4C4C4C. Windows color (decimal): -14073612 or 16007209. OLE color: 16007209.
HSL color Cylindrical-coordinate representation of color #2940F4: hue angle of 233.2º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2940F4 is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 41 | 64 | 244 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.04 |
| HSL | 233.2º | 0.9% | 0.56% | - |
| HSV(B) | 233.2º | 0.83% | 0.96% | - |
| XYZ | 19.08 | 10.67 | 86.64 | - |
| YUV | 77.64 | 221.88 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 64 | 244 | 0.83 | 0.74 | 0 | 0.04 | 233.2 | 0.9 | 0.56 |
| Hex | 29 | 40 | F4 | 53 | 4A | 0 | 4 | E9 | 5A | 38 |
| Octal | 51 | 100 | 364 | 123 | 112 | 0 | 4 | 351 | 132 | 70 |
| Binary | 101001 | 1000000 | 11110100 | 1010011 | 1001010 | 0 | 100 | 11101001 | 1011010 | 111000 |
Color Harmonies of #2940F4
Complementary color
Monochromatic Colors of #2940F4
Black with #2940F4
Text Example
Text Example
White with #2940F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2940F4; }
p { color: rgb(41,64,244); }
H1.HeaderClassName
{
color: #2940F4;
}
.AnyTagClassName
{
color: #2940F4;
}
</style>
background-color css
<style>
a { background-color: #2940F4; }
a { background-color: rgb(41,64,244); }
div.DivClassName
{
background-color: #2940F4;
}
.BgClassName
{
background-color: #2940F4;
}
</style>
border-color css
<style>
span { border-color: #2940F4; }
span { border-color: rgb(41,64,244); }
td.TdClassName
{
border-color: #2940F4;
}
.TagClassName
{
border-color: #2940F4;
}
</style>