Shades of Neon Blue #292DED
Tints of Neon Blue #292DED
RGB
CMYK
RGB Variations
Color information
#292DED (or 0x292DED) is known color: Neon Blue. HEX triplet: 29, 2D and ED. RGB value is (41,45,237). Sum of RGB (Red+Green+Blue) = 41+45+237=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 237 (92.97% from 255 or 73.37% from 323); Max value from RGB is 237 - color contains mainly: blue. Hex color #292DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #292DED is #D6D212. Grayscale: #404040. Windows color (decimal): -14078483 or 15543593. OLE color: 15543593.
HSL color Cylindrical-coordinate representation of color #292DED: hue angle of 238.78º degrees, saturation: 0.84, 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 #292DED is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 45 | 237 | - |
| CMYK | 0.83 | 0.81 | 0 | 0.07 |
| HSL | 238.78º | 0.84% | 0.55% | - |
| HSV(B) | 238.78º | 0.83% | 0.93% | - |
| XYZ | 17.14 | 8.46 | 80.85 | - |
| YUV | 65.69 | 224.67 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 45 | 237 | 0.83 | 0.81 | 0 | 0.07 | 238.78 | 0.84 | 0.55 |
| Hex | 29 | 2D | ED | 53 | 51 | 0 | 7 | EF | 54 | 37 |
| Octal | 51 | 55 | 355 | 123 | 121 | 0 | 7 | 357 | 124 | 67 |
| Binary | 101001 | 101101 | 11101101 | 1010011 | 1010001 | 0 | 111 | 11101111 | 1010100 | 110111 |
Color Harmonies of #292DED
Complementary color
Monochromatic Colors of #292DED
Black with #292DED
Text Example
Text Example
White with #292DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292DED; }
p { color: rgb(41,45,237); }
H1.HeaderClassName
{
color: #292DED;
}
.AnyTagClassName
{
color: #292DED;
}
</style>
background-color css
<style>
a { background-color: #292DED; }
a { background-color: rgb(41,45,237); }
div.DivClassName
{
background-color: #292DED;
}
.BgClassName
{
background-color: #292DED;
}
</style>
border-color css
<style>
span { border-color: #292DED; }
span { border-color: rgb(41,45,237); }
td.TdClassName
{
border-color: #292DED;
}
.TagClassName
{
border-color: #292DED;
}
</style>