Shades of Neon Blue #292CEF
Tints of Neon Blue #292CEF
RGB
CMYK
RGB Variations
Color information
#292CEF (or 0x292CEF) is known color: Neon Blue. HEX triplet: 29, 2C and EF. RGB value is (41,44,239). Sum of RGB (Red+Green+Blue) = 41+44+239=324 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.65% from 324); Green value is 44 (17.58% from 255 or 13.58% from 324); Blue value is 239 (93.75% from 255 or 73.77% from 324); Max value from RGB is 239 - color contains mainly: blue. Hex color #292CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #292CEF is #D6D310. Grayscale: #404040. Windows color (decimal): -14078737 or 15674409. OLE color: 15674409.
HSL color Cylindrical-coordinate representation of color #292CEF: hue angle of 239.09º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #292CEF is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 44 | 239 | - |
| CMYK | 0.83 | 0.82 | 0 | 0.06 |
| HSL | 239.09º | 0.86% | 0.55% | - |
| HSV(B) | 239.09º | 0.83% | 0.94% | - |
| XYZ | 17.4 | 8.5 | 82.39 | - |
| YUV | 65.33 | 226.01 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 44 | 239 | 0.83 | 0.82 | 0 | 0.06 | 239.09 | 0.86 | 0.55 |
| Hex | 29 | 2C | EF | 53 | 52 | 0 | 6 | EF | 56 | 37 |
| Octal | 51 | 54 | 357 | 123 | 122 | 0 | 6 | 357 | 126 | 67 |
| Binary | 101001 | 101100 | 11101111 | 1010011 | 1010010 | 0 | 110 | 11101111 | 1010110 | 110111 |
Color Harmonies of #292CEF
Complementary color
Monochromatic Colors of #292CEF
Black with #292CEF
Text Example
Text Example
White with #292CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292CEF; }
p { color: rgb(41,44,239); }
H1.HeaderClassName
{
color: #292CEF;
}
.AnyTagClassName
{
color: #292CEF;
}
</style>
background-color css
<style>
a { background-color: #292CEF; }
a { background-color: rgb(41,44,239); }
div.DivClassName
{
background-color: #292CEF;
}
.BgClassName
{
background-color: #292CEF;
}
</style>
border-color css
<style>
span { border-color: #292CEF; }
span { border-color: rgb(41,44,239); }
td.TdClassName
{
border-color: #292CEF;
}
.TagClassName
{
border-color: #292CEF;
}
</style>