Shades of Neon Blue #293BFD
Tints of Neon Blue #293BFD
RGB
CMYK
RGB Variations
Color information
#293BFD (or 0x293BFD) is known color: Neon Blue. HEX triplet: 29, 3B and FD. RGB value is (41,59,253). Sum of RGB (Red+Green+Blue) = 41+59+253=353 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.61% from 353); Green value is 59 (23.44% from 255 or 16.71% from 353); Blue value is 253 (99.22% from 255 or 71.67% from 353); Max value from RGB is 253 - color contains mainly: blue. Hex color #293BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293BFD is #D6C402. Grayscale: #4A4A4A. Windows color (decimal): -14074883 or 16595753. OLE color: 16595753.
HSL color Cylindrical-coordinate representation of color #293BFD: hue angle of 234.91º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #293BFD is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 59 | 253 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.01 |
| HSL | 234.91º | 0.98% | 0.58% | - |
| HSV(B) | 234.91º | 0.84% | 0.99% | - |
| XYZ | 20.21 | 10.69 | 93.93 | - |
| YUV | 75.73 | 228.04 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 59 | 253 | 0.84 | 0.77 | 0 | 0.01 | 234.91 | 0.98 | 0.58 |
| Hex | 29 | 3B | FD | 54 | 4D | 0 | 1 | EB | 62 | 3A |
| Octal | 51 | 73 | 375 | 124 | 115 | 0 | 1 | 353 | 142 | 72 |
| Binary | 101001 | 111011 | 11111101 | 1010100 | 1001101 | 0 | 1 | 11101011 | 1100010 | 111010 |
Color Harmonies of #293BFD
Complementary color
Monochromatic Colors of #293BFD
Black with #293BFD
Text Example
Text Example
White with #293BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293BFD; }
p { color: rgb(41,59,253); }
H1.HeaderClassName
{
color: #293BFD;
}
.AnyTagClassName
{
color: #293BFD;
}
</style>
background-color css
<style>
a { background-color: #293BFD; }
a { background-color: rgb(41,59,253); }
div.DivClassName
{
background-color: #293BFD;
}
.BgClassName
{
background-color: #293BFD;
}
</style>
border-color css
<style>
span { border-color: #293BFD; }
span { border-color: rgb(41,59,253); }
td.TdClassName
{
border-color: #293BFD;
}
.TagClassName
{
border-color: #293BFD;
}
</style>