Shades of Neon Blue #293BEF
Tints of Neon Blue #293BEF
RGB
CMYK
RGB Variations
Color information
#293BEF (or 0x293BEF) is known color: Neon Blue. HEX triplet: 29, 3B and EF. RGB value is (41,59,239). Sum of RGB (Red+Green+Blue) = 41+59+239=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 239 (93.75% from 255 or 70.50% from 339); Max value from RGB is 239 - color contains mainly: blue. Hex color #293BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293BEF is #D6C410. Grayscale: #494949. Windows color (decimal): -14074897 or 15678249. OLE color: 15678249.
HSL color Cylindrical-coordinate representation of color #293BEF: hue angle of 234.55º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #293BEF is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 59 | 239 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.06 |
| HSL | 234.55º | 0.86% | 0.55% | - |
| HSV(B) | 234.55º | 0.83% | 0.94% | - |
| XYZ | 18.06 | 9.83 | 82.61 | - |
| YUV | 74.14 | 221.04 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 59 | 239 | 0.83 | 0.75 | 0 | 0.06 | 234.55 | 0.86 | 0.55 |
| Hex | 29 | 3B | EF | 53 | 4B | 0 | 6 | EB | 56 | 37 |
| Octal | 51 | 73 | 357 | 123 | 113 | 0 | 6 | 353 | 126 | 67 |
| Binary | 101001 | 111011 | 11101111 | 1010011 | 1001011 | 0 | 110 | 11101011 | 1010110 | 110111 |
Color Harmonies of #293BEF
Complementary color
Monochromatic Colors of #293BEF
Black with #293BEF
Text Example
Text Example
White with #293BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293BEF; }
p { color: rgb(41,59,239); }
H1.HeaderClassName
{
color: #293BEF;
}
.AnyTagClassName
{
color: #293BEF;
}
</style>
background-color css
<style>
a { background-color: #293BEF; }
a { background-color: rgb(41,59,239); }
div.DivClassName
{
background-color: #293BEF;
}
.BgClassName
{
background-color: #293BEF;
}
</style>
border-color css
<style>
span { border-color: #293BEF; }
span { border-color: rgb(41,59,239); }
td.TdClassName
{
border-color: #293BEF;
}
.TagClassName
{
border-color: #293BEF;
}
</style>