Shades of Neon Blue #2933EA
Tints of Neon Blue #2933EA
RGB
CMYK
RGB Variations
Color information
#2933EA (or 0x2933EA) is known color: Neon Blue. HEX triplet: 29, 33 and EA. RGB value is (41,51,234). Sum of RGB (Red+Green+Blue) = 41+51+234=326 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.58% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 234 (91.80% from 255 or 71.78% from 326); Max value from RGB is 234 - color contains mainly: blue. Hex color #2933EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2933EA is #D6CC15. Grayscale: #444444. Windows color (decimal): -14076950 or 15348521. OLE color: 15348521.
HSL color Cylindrical-coordinate representation of color #2933EA: hue angle of 236.89º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2933EA is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 51 | 234 | - |
| CMYK | 0.82 | 0.78 | 0 | 0.08 |
| HSL | 236.89º | 0.82% | 0.54% | - |
| HSV(B) | 236.89º | 0.82% | 0.92% | - |
| XYZ | 16.95 | 8.78 | 78.64 | - |
| YUV | 68.87 | 221.19 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 51 | 234 | 0.82 | 0.78 | 0 | 0.08 | 236.89 | 0.82 | 0.54 |
| Hex | 29 | 33 | EA | 52 | 4E | 0 | 8 | ED | 52 | 36 |
| Octal | 51 | 63 | 352 | 122 | 116 | 0 | 10 | 355 | 122 | 66 |
| Binary | 101001 | 110011 | 11101010 | 1010010 | 1001110 | 0 | 1000 | 11101101 | 1010010 | 110110 |
Color Harmonies of #2933EA
Complementary color
Monochromatic Colors of #2933EA
Black with #2933EA
Text Example
Text Example
White with #2933EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2933EA; }
p { color: rgb(41,51,234); }
H1.HeaderClassName
{
color: #2933EA;
}
.AnyTagClassName
{
color: #2933EA;
}
</style>
background-color css
<style>
a { background-color: #2933EA; }
a { background-color: rgb(41,51,234); }
div.DivClassName
{
background-color: #2933EA;
}
.BgClassName
{
background-color: #2933EA;
}
</style>
border-color css
<style>
span { border-color: #2933EA; }
span { border-color: rgb(41,51,234); }
td.TdClassName
{
border-color: #2933EA;
}
.TagClassName
{
border-color: #2933EA;
}
</style>