Shades of Neon Blue #2941FE
Tints of Neon Blue #2941FE
RGB
CMYK
RGB Variations
Color information
#2941FE (or 0x2941FE) is known color: Neon Blue. HEX triplet: 29, 41 and FE. RGB value is (41,65,254). Sum of RGB (Red+Green+Blue) = 41+65+254=360 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.39% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 254 (99.61% from 255 or 70.56% from 360); Max value from RGB is 254 - color contains mainly: blue. Hex color #2941FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2941FE is #D6BE01. Grayscale: #4E4E4E. Windows color (decimal): -14073346 or 16662825. OLE color: 16662825.
HSL color Cylindrical-coordinate representation of color #2941FE: hue angle of 233.24º 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 #2941FE is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 65 | 254 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.00 |
| HSL | 233.24º | 0.99% | 0.58% | - |
| HSV(B) | 233.24º | 0.84% | 1% | - |
| XYZ | 20.69 | 11.41 | 94.88 | - |
| YUV | 79.37 | 226.55 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 65 | 254 | 0.84 | 0.74 | 0 | 0.00 | 233.24 | 0.99 | 0.58 |
| Hex | 29 | 41 | FE | 54 | 4A | 0 | 0 | E9 | 63 | 3A |
| Octal | 51 | 101 | 376 | 124 | 112 | 0 | 0 | 351 | 143 | 72 |
| Binary | 101001 | 1000001 | 11111110 | 1010100 | 1001010 | 0 | 0 | 11101001 | 1100011 | 111010 |
Color Harmonies of #2941FE
Complementary color
Monochromatic Colors of #2941FE
Black with #2941FE
Text Example
Text Example
White with #2941FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2941FE; }
p { color: rgb(41,65,254); }
H1.HeaderClassName
{
color: #2941FE;
}
.AnyTagClassName
{
color: #2941FE;
}
</style>
background-color css
<style>
a { background-color: #2941FE; }
a { background-color: rgb(41,65,254); }
div.DivClassName
{
background-color: #2941FE;
}
.BgClassName
{
background-color: #2941FE;
}
</style>
border-color css
<style>
span { border-color: #2941FE; }
span { border-color: rgb(41,65,254); }
td.TdClassName
{
border-color: #2941FE;
}
.TagClassName
{
border-color: #2941FE;
}
</style>