Shades of Neon Blue #2941E8
Tints of Neon Blue #2941E8
RGB
CMYK
RGB Variations
Color information
#2941E8 (or 0x2941E8) is known color: Neon Blue. HEX triplet: 29, 41 and E8. RGB value is (41,65,232). Sum of RGB (Red+Green+Blue) = 41+65+232=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 232 (91.02% from 255 or 68.64% from 338); Max value from RGB is 232 - color contains mainly: blue. Hex color #2941E8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2941E8 is #D6BE17. Grayscale: #4C4C4C. Windows color (decimal): -14073368 or 15221033. OLE color: 15221033.
HSL color Cylindrical-coordinate representation of color #2941E8: hue angle of 232.46º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2941E8 is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 41 | 65 | 232 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.09 |
| HSL | 232.46º | 0.81% | 0.54% | - |
| HSV(B) | 232.46º | 0.82% | 0.91% | - |
| XYZ | 17.37 | 10.08 | 77.37 | - |
| YUV | 76.86 | 215.55 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 65 | 232 | 0.82 | 0.72 | 0 | 0.09 | 232.46 | 0.81 | 0.54 |
| Hex | 29 | 41 | E8 | 52 | 48 | 0 | 9 | E8 | 51 | 36 |
| Octal | 51 | 101 | 350 | 122 | 110 | 0 | 11 | 350 | 121 | 66 |
| Binary | 101001 | 1000001 | 11101000 | 1010010 | 1001000 | 0 | 1001 | 11101000 | 1010001 | 110110 |
Color Harmonies of #2941E8
Complementary color
Monochromatic Colors of #2941E8
Black with #2941E8
Text Example
Text Example
White with #2941E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2941E8; }
p { color: rgb(41,65,232); }
H1.HeaderClassName
{
color: #2941E8;
}
.AnyTagClassName
{
color: #2941E8;
}
</style>
background-color css
<style>
a { background-color: #2941E8; }
a { background-color: rgb(41,65,232); }
div.DivClassName
{
background-color: #2941E8;
}
.BgClassName
{
background-color: #2941E8;
}
</style>
border-color css
<style>
span { border-color: #2941E8; }
span { border-color: rgb(41,65,232); }
td.TdClassName
{
border-color: #2941E8;
}
.TagClassName
{
border-color: #2941E8;
}
</style>