Shades of Neon Blue #2934EB
Tints of Neon Blue #2934EB
RGB
CMYK
RGB Variations
Color information
#2934EB (or 0x2934EB) is known color: Neon Blue. HEX triplet: 29, 34 and EB. RGB value is (41,52,235). Sum of RGB (Red+Green+Blue) = 41+52+235=328 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.5% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 235 (92.19% from 255 or 71.65% from 328); Max value from RGB is 235 - color contains mainly: blue. Hex color #2934EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2934EB is #D6CB14. Grayscale: #444444. Windows color (decimal): -14076693 or 15414313. OLE color: 15414313.
HSL color Cylindrical-coordinate representation of color #2934EB: hue angle of 236.6º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2934EB is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 52 | 235 | - |
| CMYK | 0.83 | 0.78 | 0 | 0.08 |
| HSL | 236.6º | 0.83% | 0.54% | - |
| HSV(B) | 236.6º | 0.83% | 0.92% | - |
| XYZ | 17.14 | 8.93 | 79.42 | - |
| YUV | 69.57 | 221.36 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 52 | 235 | 0.83 | 0.78 | 0 | 0.08 | 236.6 | 0.83 | 0.54 |
| Hex | 29 | 34 | EB | 53 | 4E | 0 | 8 | ED | 53 | 36 |
| Octal | 51 | 64 | 353 | 123 | 116 | 0 | 10 | 355 | 123 | 66 |
| Binary | 101001 | 110100 | 11101011 | 1010011 | 1001110 | 0 | 1000 | 11101101 | 1010011 | 110110 |
Color Harmonies of #2934EB
Complementary color
Monochromatic Colors of #2934EB
Black with #2934EB
Text Example
Text Example
White with #2934EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2934EB; }
p { color: rgb(41,52,235); }
H1.HeaderClassName
{
color: #2934EB;
}
.AnyTagClassName
{
color: #2934EB;
}
</style>
background-color css
<style>
a { background-color: #2934EB; }
a { background-color: rgb(41,52,235); }
div.DivClassName
{
background-color: #2934EB;
}
.BgClassName
{
background-color: #2934EB;
}
</style>
border-color css
<style>
span { border-color: #2934EB; }
span { border-color: rgb(41,52,235); }
td.TdClassName
{
border-color: #2934EB;
}
.TagClassName
{
border-color: #2934EB;
}
</style>