Shades of Neon Blue #2940FA
Tints of Neon Blue #2940FA
RGB
CMYK
RGB Variations
Color information
#2940FA (or 0x2940FA) is known color: Neon Blue. HEX triplet: 29, 40 and FA. RGB value is (41,64,250). Sum of RGB (Red+Green+Blue) = 41+64+250=355 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.55% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 250 (98.05% from 255 or 70.42% from 355); Max value from RGB is 250 - color contains mainly: blue. Hex color #2940FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2940FA is #D6BF05. Grayscale: #4D4D4D. Windows color (decimal): -14073606 or 16400425. OLE color: 16400425.
HSL color Cylindrical-coordinate representation of color #2940FA: hue angle of 233.4º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2940FA is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 64 | 250 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.02 |
| HSL | 233.4º | 0.95% | 0.57% | - |
| HSV(B) | 233.4º | 0.84% | 0.98% | - |
| XYZ | 20 | 11.04 | 91.52 | - |
| YUV | 78.33 | 224.88 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 64 | 250 | 0.84 | 0.74 | 0 | 0.02 | 233.4 | 0.95 | 0.57 |
| Hex | 29 | 40 | FA | 54 | 4A | 0 | 2 | E9 | 5F | 39 |
| Octal | 51 | 100 | 372 | 124 | 112 | 0 | 2 | 351 | 137 | 71 |
| Binary | 101001 | 1000000 | 11111010 | 1010100 | 1001010 | 0 | 10 | 11101001 | 1011111 | 111001 |
Color Harmonies of #2940FA
Complementary color
Monochromatic Colors of #2940FA
Black with #2940FA
Text Example
Text Example
White with #2940FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2940FA; }
p { color: rgb(41,64,250); }
H1.HeaderClassName
{
color: #2940FA;
}
.AnyTagClassName
{
color: #2940FA;
}
</style>
background-color css
<style>
a { background-color: #2940FA; }
a { background-color: rgb(41,64,250); }
div.DivClassName
{
background-color: #2940FA;
}
.BgClassName
{
background-color: #2940FA;
}
</style>
border-color css
<style>
span { border-color: #2940FA; }
span { border-color: rgb(41,64,250); }
td.TdClassName
{
border-color: #2940FA;
}
.TagClassName
{
border-color: #2940FA;
}
</style>