Shades of Neon Blue #2932EE
Tints of Neon Blue #2932EE
RGB
CMYK
RGB Variations
Color information
#2932EE (or 0x2932EE) is known color: Neon Blue. HEX triplet: 29, 32 and EE. RGB value is (41,50,238). Sum of RGB (Red+Green+Blue) = 41+50+238=329 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.46% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 238 (93.36% from 255 or 72.34% from 329); Max value from RGB is 238 - color contains mainly: blue. Hex color #2932EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2932EE is #D6CD11. Grayscale: #434343. Windows color (decimal): -14077202 or 15610409. OLE color: 15610409.
HSL color Cylindrical-coordinate representation of color #2932EE: hue angle of 237.26º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2932EE is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 50 | 238 | - |
| CMYK | 0.83 | 0.79 | 0 | 0.07 |
| HSL | 237.26º | 0.85% | 0.55% | - |
| HSV(B) | 237.26º | 0.83% | 0.93% | - |
| XYZ | 17.49 | 8.93 | 81.69 | - |
| YUV | 68.74 | 223.52 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 50 | 238 | 0.83 | 0.79 | 0 | 0.07 | 237.26 | 0.85 | 0.55 |
| Hex | 29 | 32 | EE | 53 | 4F | 0 | 7 | ED | 55 | 37 |
| Octal | 51 | 62 | 356 | 123 | 117 | 0 | 7 | 355 | 125 | 67 |
| Binary | 101001 | 110010 | 11101110 | 1010011 | 1001111 | 0 | 111 | 11101101 | 1010101 | 110111 |
Color Harmonies of #2932EE
Complementary color
Monochromatic Colors of #2932EE
Black with #2932EE
Text Example
Text Example
White with #2932EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2932EE; }
p { color: rgb(41,50,238); }
H1.HeaderClassName
{
color: #2932EE;
}
.AnyTagClassName
{
color: #2932EE;
}
</style>
background-color css
<style>
a { background-color: #2932EE; }
a { background-color: rgb(41,50,238); }
div.DivClassName
{
background-color: #2932EE;
}
.BgClassName
{
background-color: #2932EE;
}
</style>
border-color css
<style>
span { border-color: #2932EE; }
span { border-color: rgb(41,50,238); }
td.TdClassName
{
border-color: #2932EE;
}
.TagClassName
{
border-color: #2932EE;
}
</style>