Shades of Neon Blue #2940FE
Tints of Neon Blue #2940FE
RGB
CMYK
RGB Variations
Color information
#2940FE (or 0x2940FE) is known color: Neon Blue. HEX triplet: 29, 40 and FE. RGB value is (41,64,254). Sum of RGB (Red+Green+Blue) = 41+64+254=359 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.42% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 254 (99.61% from 255 or 70.75% from 359); Max value from RGB is 254 - color contains mainly: blue. Hex color #2940FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2940FE is #D6BF01. Grayscale: #4E4E4E. Windows color (decimal): -14073602 or 16662569. OLE color: 16662569.
HSL color Cylindrical-coordinate representation of color #2940FE: hue angle of 233.52º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2940FE is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 64 | 254 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.00 |
| HSL | 233.52º | 0.99% | 0.58% | - |
| HSV(B) | 233.52º | 0.84% | 1% | - |
| XYZ | 20.64 | 11.29 | 94.86 | - |
| YUV | 78.78 | 226.88 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 64 | 254 | 0.84 | 0.75 | 0 | 0.00 | 233.52 | 0.99 | 0.58 |
| Hex | 29 | 40 | FE | 54 | 4B | 0 | 0 | EA | 63 | 3A |
| Octal | 51 | 100 | 376 | 124 | 113 | 0 | 0 | 352 | 143 | 72 |
| Binary | 101001 | 1000000 | 11111110 | 1010100 | 1001011 | 0 | 0 | 11101010 | 1100011 | 111010 |
Color Harmonies of #2940FE
Complementary color
Monochromatic Colors of #2940FE
Black with #2940FE
Text Example
Text Example
White with #2940FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2940FE; }
p { color: rgb(41,64,254); }
H1.HeaderClassName
{
color: #2940FE;
}
.AnyTagClassName
{
color: #2940FE;
}
</style>
background-color css
<style>
a { background-color: #2940FE; }
a { background-color: rgb(41,64,254); }
div.DivClassName
{
background-color: #2940FE;
}
.BgClassName
{
background-color: #2940FE;
}
</style>
border-color css
<style>
span { border-color: #2940FE; }
span { border-color: rgb(41,64,254); }
td.TdClassName
{
border-color: #2940FE;
}
.TagClassName
{
border-color: #2940FE;
}
</style>