Shades of Neon Blue #293DFE
Tints of Neon Blue #293DFE
RGB
CMYK
RGB Variations
Color information
#293DFE (or 0x293DFE) is known color: Neon Blue. HEX triplet: 29, 3D and FE. RGB value is (41,61,254). Sum of RGB (Red+Green+Blue) = 41+61+254=356 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.52% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #293DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293DFE is #D6C201. Grayscale: #4C4C4C. Windows color (decimal): -14074370 or 16661801. OLE color: 16661801.
HSL color Cylindrical-coordinate representation of color #293DFE: hue angle of 234.37º 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 #293DFE is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 61 | 254 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.00 |
| HSL | 234.37º | 0.99% | 0.58% | - |
| HSV(B) | 234.37º | 0.84% | 1% | - |
| XYZ | 20.47 | 10.96 | 94.8 | - |
| YUV | 77.02 | 227.87 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 254 | 0.84 | 0.76 | 0 | 0.00 | 234.37 | 0.99 | 0.58 |
| Hex | 29 | 3D | FE | 54 | 4C | 0 | 0 | EA | 63 | 3A |
| Octal | 51 | 75 | 376 | 124 | 114 | 0 | 0 | 352 | 143 | 72 |
| Binary | 101001 | 111101 | 11111110 | 1010100 | 1001100 | 0 | 0 | 11101010 | 1100011 | 111010 |
Color Harmonies of #293DFE
Complementary color
Monochromatic Colors of #293DFE
Black with #293DFE
Text Example
Text Example
White with #293DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293DFE; }
p { color: rgb(41,61,254); }
H1.HeaderClassName
{
color: #293DFE;
}
.AnyTagClassName
{
color: #293DFE;
}
</style>
background-color css
<style>
a { background-color: #293DFE; }
a { background-color: rgb(41,61,254); }
div.DivClassName
{
background-color: #293DFE;
}
.BgClassName
{
background-color: #293DFE;
}
</style>
border-color css
<style>
span { border-color: #293DFE; }
span { border-color: rgb(41,61,254); }
td.TdClassName
{
border-color: #293DFE;
}
.TagClassName
{
border-color: #293DFE;
}
</style>