Shades of Neon Blue #292CFE
Tints of Neon Blue #292CFE
RGB
CMYK
RGB Variations
Color information
#292CFE (or 0x292CFE) is known color: Neon Blue. HEX triplet: 29, 2C and FE. RGB value is (41,44,254). Sum of RGB (Red+Green+Blue) = 41+44+254=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 254 (99.61% from 255 or 74.93% from 339); Max value from RGB is 254 - color contains mainly: blue. Hex color #292CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #292CFE is #D6D301. Grayscale: #424242. Windows color (decimal): -14078722 or 16657449. OLE color: 16657449.
HSL color Cylindrical-coordinate representation of color #292CFE: hue angle of 239.15º 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 #292CFE is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 44 | 254 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.00 |
| HSL | 239.15º | 0.99% | 0.58% | - |
| HSV(B) | 239.15º | 0.84% | 1% | - |
| XYZ | 19.7 | 9.43 | 94.55 | - |
| YUV | 67.04 | 233.51 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 44 | 254 | 0.84 | 0.83 | 0 | 0.00 | 239.15 | 0.99 | 0.58 |
| Hex | 29 | 2C | FE | 54 | 53 | 0 | 0 | EF | 63 | 3A |
| Octal | 51 | 54 | 376 | 124 | 123 | 0 | 0 | 357 | 143 | 72 |
| Binary | 101001 | 101100 | 11111110 | 1010100 | 1010011 | 0 | 0 | 11101111 | 1100011 | 111010 |
Color Harmonies of #292CFE
Complementary color
Monochromatic Colors of #292CFE
Black with #292CFE
Text Example
Text Example
White with #292CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292CFE; }
p { color: rgb(41,44,254); }
H1.HeaderClassName
{
color: #292CFE;
}
.AnyTagClassName
{
color: #292CFE;
}
</style>
background-color css
<style>
a { background-color: #292CFE; }
a { background-color: rgb(41,44,254); }
div.DivClassName
{
background-color: #292CFE;
}
.BgClassName
{
background-color: #292CFE;
}
</style>
border-color css
<style>
span { border-color: #292CFE; }
span { border-color: rgb(41,44,254); }
td.TdClassName
{
border-color: #292CFE;
}
.TagClassName
{
border-color: #292CFE;
}
</style>