Shades of Neon Blue #292DEE
Tints of Neon Blue #292DEE
RGB
CMYK
RGB Variations
Color information
#292DEE (or 0x292DEE) is known color: Neon Blue. HEX triplet: 29, 2D and EE. RGB value is (41,45,238). Sum of RGB (Red+Green+Blue) = 41+45+238=324 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.65% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 238 (93.36% from 255 or 73.46% from 324); Max value from RGB is 238 - color contains mainly: blue. Hex color #292DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #292DEE is #D6D211. Grayscale: #414141. Windows color (decimal): -14078482 or 15609129. OLE color: 15609129.
HSL color Cylindrical-coordinate representation of color #292DEE: hue angle of 238.78º 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 #292DEE is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 45 | 238 | - |
| CMYK | 0.83 | 0.81 | 0 | 0.07 |
| HSL | 238.78º | 0.85% | 0.55% | - |
| HSV(B) | 238.78º | 0.83% | 0.93% | - |
| XYZ | 17.29 | 8.52 | 81.62 | - |
| YUV | 65.81 | 225.17 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 45 | 238 | 0.83 | 0.81 | 0 | 0.07 | 238.78 | 0.85 | 0.55 |
| Hex | 29 | 2D | EE | 53 | 51 | 0 | 7 | EF | 55 | 37 |
| Octal | 51 | 55 | 356 | 123 | 121 | 0 | 7 | 357 | 125 | 67 |
| Binary | 101001 | 101101 | 11101110 | 1010011 | 1010001 | 0 | 111 | 11101111 | 1010101 | 110111 |
Color Harmonies of #292DEE
Complementary color
Monochromatic Colors of #292DEE
Black with #292DEE
Text Example
Text Example
White with #292DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292DEE; }
p { color: rgb(41,45,238); }
H1.HeaderClassName
{
color: #292DEE;
}
.AnyTagClassName
{
color: #292DEE;
}
</style>
background-color css
<style>
a { background-color: #292DEE; }
a { background-color: rgb(41,45,238); }
div.DivClassName
{
background-color: #292DEE;
}
.BgClassName
{
background-color: #292DEE;
}
</style>
border-color css
<style>
span { border-color: #292DEE; }
span { border-color: rgb(41,45,238); }
td.TdClassName
{
border-color: #292DEE;
}
.TagClassName
{
border-color: #292DEE;
}
</style>