Shades of Neon Blue #293FF7
Tints of Neon Blue #293FF7
RGB
CMYK
RGB Variations
Color information
#293FF7 (or 0x293FF7) is known color: Neon Blue. HEX triplet: 29, 3F and F7. RGB value is (41,63,247). Sum of RGB (Red+Green+Blue) = 41+63+247=351 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.68% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 247 (96.88% from 255 or 70.37% from 351); Max value from RGB is 247 - color contains mainly: blue. Hex color #293FF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293FF7 is #D6C008. Grayscale: #4C4C4C. Windows color (decimal): -14073865 or 16203561. OLE color: 16203561.
HSL color Cylindrical-coordinate representation of color #293FF7: hue angle of 233.59º 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 #293FF7 is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 41 | 63 | 247 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.03 |
| HSL | 233.59º | 0.93% | 0.56% | - |
| HSV(B) | 233.59º | 0.83% | 0.97% | - |
| XYZ | 19.48 | 10.74 | 89.04 | - |
| YUV | 77.4 | 223.71 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 247 | 0.83 | 0.74 | 0 | 0.03 | 233.59 | 0.93 | 0.56 |
| Hex | 29 | 3F | F7 | 53 | 4A | 0 | 3 | EA | 5D | 38 |
| Octal | 51 | 77 | 367 | 123 | 112 | 0 | 3 | 352 | 135 | 70 |
| Binary | 101001 | 111111 | 11110111 | 1010011 | 1001010 | 0 | 11 | 11101010 | 1011101 | 111000 |
Color Harmonies of #293FF7
Complementary color
Monochromatic Colors of #293FF7
Black with #293FF7
Text Example
Text Example
White with #293FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293FF7; }
p { color: rgb(41,63,247); }
H1.HeaderClassName
{
color: #293FF7;
}
.AnyTagClassName
{
color: #293FF7;
}
</style>
background-color css
<style>
a { background-color: #293FF7; }
a { background-color: rgb(41,63,247); }
div.DivClassName
{
background-color: #293FF7;
}
.BgClassName
{
background-color: #293FF7;
}
</style>
border-color css
<style>
span { border-color: #293FF7; }
span { border-color: rgb(41,63,247); }
td.TdClassName
{
border-color: #293FF7;
}
.TagClassName
{
border-color: #293FF7;
}
</style>