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