Shades of Neon Blue #293EF7
Tints of Neon Blue #293EF7
RGB
CMYK
RGB Variations
Color information
#293EF7 (or 0x293EF7) is known color: Neon Blue. HEX triplet: 29, 3E and F7. RGB value is (41,62,247). Sum of RGB (Red+Green+Blue) = 41+62+247=350 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.71% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 247 (96.88% from 255 or 70.57% from 350); Max value from RGB is 247 - color contains mainly: blue. Hex color #293EF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293EF7 is #D6C108. Grayscale: #4C4C4C. Windows color (decimal): -14074121 or 16203305. OLE color: 16203305.
HSL color Cylindrical-coordinate representation of color #293EF7: hue angle of 233.88º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #293EF7 is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 41 | 62 | 247 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.03 |
| HSL | 233.88º | 0.93% | 0.56% | - |
| HSV(B) | 233.88º | 0.83% | 0.97% | - |
| XYZ | 19.43 | 10.63 | 89.02 | - |
| YUV | 76.81 | 224.04 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 62 | 247 | 0.83 | 0.75 | 0 | 0.03 | 233.88 | 0.93 | 0.56 |
| Hex | 29 | 3E | F7 | 53 | 4B | 0 | 3 | EA | 5D | 38 |
| Octal | 51 | 76 | 367 | 123 | 113 | 0 | 3 | 352 | 135 | 70 |
| Binary | 101001 | 111110 | 11110111 | 1010011 | 1001011 | 0 | 11 | 11101010 | 1011101 | 111000 |
Color Harmonies of #293EF7
Complementary color
Monochromatic Colors of #293EF7
Black with #293EF7
Text Example
Text Example
White with #293EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293EF7; }
p { color: rgb(41,62,247); }
H1.HeaderClassName
{
color: #293EF7;
}
.AnyTagClassName
{
color: #293EF7;
}
</style>
background-color css
<style>
a { background-color: #293EF7; }
a { background-color: rgb(41,62,247); }
div.DivClassName
{
background-color: #293EF7;
}
.BgClassName
{
background-color: #293EF7;
}
</style>
border-color css
<style>
span { border-color: #293EF7; }
span { border-color: rgb(41,62,247); }
td.TdClassName
{
border-color: #293EF7;
}
.TagClassName
{
border-color: #293EF7;
}
</style>