Shades of Neon Blue #292DF6
Tints of Neon Blue #292DF6
RGB
CMYK
RGB Variations
Color information
#292DF6 (or 0x292DF6) is known color: Neon Blue. HEX triplet: 29, 2D and F6. RGB value is (41,45,246). Sum of RGB (Red+Green+Blue) = 41+45+246=332 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.35% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 246 (96.48% from 255 or 74.10% from 332); Max value from RGB is 246 - color contains mainly: blue. Hex color #292DF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #292DF6 is #D6D209. Grayscale: #414141. Windows color (decimal): -14078474 or 16133417. OLE color: 16133417.
HSL color Cylindrical-coordinate representation of color #292DF6: hue angle of 238.83º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #292DF6 is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 41 | 45 | 246 | - |
| CMYK | 0.83 | 0.82 | 0 | 0.04 |
| HSL | 238.83º | 0.92% | 0.56% | - |
| HSV(B) | 238.83º | 0.83% | 0.96% | - |
| XYZ | 18.49 | 9 | 87.95 | - |
| YUV | 66.72 | 229.17 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 45 | 246 | 0.83 | 0.82 | 0 | 0.04 | 238.83 | 0.92 | 0.56 |
| Hex | 29 | 2D | F6 | 53 | 52 | 0 | 4 | EF | 5C | 38 |
| Octal | 51 | 55 | 366 | 123 | 122 | 0 | 4 | 357 | 134 | 70 |
| Binary | 101001 | 101101 | 11110110 | 1010011 | 1010010 | 0 | 100 | 11101111 | 1011100 | 111000 |
Color Harmonies of #292DF6
Complementary color
Monochromatic Colors of #292DF6
Black with #292DF6
Text Example
Text Example
White with #292DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292DF6; }
p { color: rgb(41,45,246); }
H1.HeaderClassName
{
color: #292DF6;
}
.AnyTagClassName
{
color: #292DF6;
}
</style>
background-color css
<style>
a { background-color: #292DF6; }
a { background-color: rgb(41,45,246); }
div.DivClassName
{
background-color: #292DF6;
}
.BgClassName
{
background-color: #292DF6;
}
</style>
border-color css
<style>
span { border-color: #292DF6; }
span { border-color: rgb(41,45,246); }
td.TdClassName
{
border-color: #292DF6;
}
.TagClassName
{
border-color: #292DF6;
}
</style>