Shades of Neon Blue #292DFE
Tints of Neon Blue #292DFE
RGB
CMYK
RGB Variations
Color information
#292DFE (or 0x292DFE) is known color: Neon Blue. HEX triplet: 29, 2D and FE. RGB value is (41,45,254). Sum of RGB (Red+Green+Blue) = 41+45+254=340 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.06% from 340); Green value is 45 (17.97% from 255 or 13.24% from 340); Blue value is 254 (99.61% from 255 or 74.71% from 340); Max value from RGB is 254 - color contains mainly: blue. Hex color #292DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #292DFE is #D6D201. Grayscale: #424242. Windows color (decimal): -14078466 or 16657705. OLE color: 16657705.
HSL color Cylindrical-coordinate representation of color #292DFE: hue angle of 238.87º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #292DFE is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 45 | 254 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.00 |
| HSL | 238.87º | 0.99% | 0.58% | - |
| HSV(B) | 238.87º | 0.84% | 1% | - |
| XYZ | 19.74 | 9.5 | 94.56 | - |
| YUV | 67.63 | 233.17 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 45 | 254 | 0.84 | 0.82 | 0 | 0.00 | 238.87 | 0.99 | 0.58 |
| Hex | 29 | 2D | FE | 54 | 52 | 0 | 0 | EF | 63 | 3A |
| Octal | 51 | 55 | 376 | 124 | 122 | 0 | 0 | 357 | 143 | 72 |
| Binary | 101001 | 101101 | 11111110 | 1010100 | 1010010 | 0 | 0 | 11101111 | 1100011 | 111010 |
Color Harmonies of #292DFE
Complementary color
Monochromatic Colors of #292DFE
Black with #292DFE
Text Example
Text Example
White with #292DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292DFE; }
p { color: rgb(41,45,254); }
H1.HeaderClassName
{
color: #292DFE;
}
.AnyTagClassName
{
color: #292DFE;
}
</style>
background-color css
<style>
a { background-color: #292DFE; }
a { background-color: rgb(41,45,254); }
div.DivClassName
{
background-color: #292DFE;
}
.BgClassName
{
background-color: #292DFE;
}
</style>
border-color css
<style>
span { border-color: #292DFE; }
span { border-color: rgb(41,45,254); }
td.TdClassName
{
border-color: #292DFE;
}
.TagClassName
{
border-color: #292DFE;
}
</style>