Shades of Neon Blue #293CFB
Tints of Neon Blue #293CFB
RGB
CMYK
RGB Variations
Color information
#293CFB (or 0x293CFB) is known color: Neon Blue. HEX triplet: 29, 3C and FB. RGB value is (41,60,251). Sum of RGB (Red+Green+Blue) = 41+60+251=352 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.65% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 251 (98.44% from 255 or 71.31% from 352); Max value from RGB is 251 - color contains mainly: blue. Hex color #293CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293CFB is #D6C304. Grayscale: #4B4B4B. Windows color (decimal): -14074629 or 16464937. OLE color: 16464937.
HSL color Cylindrical-coordinate representation of color #293CFB: hue angle of 234.57º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #293CFB is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 60 | 251 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.02 |
| HSL | 234.57º | 0.96% | 0.57% | - |
| HSV(B) | 234.57º | 0.84% | 0.98% | - |
| XYZ | 19.94 | 10.67 | 92.27 | - |
| YUV | 76.09 | 226.71 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 60 | 251 | 0.84 | 0.76 | 0 | 0.02 | 234.57 | 0.96 | 0.57 |
| Hex | 29 | 3C | FB | 54 | 4C | 0 | 2 | EB | 60 | 39 |
| Octal | 51 | 74 | 373 | 124 | 114 | 0 | 2 | 353 | 140 | 71 |
| Binary | 101001 | 111100 | 11111011 | 1010100 | 1001100 | 0 | 10 | 11101011 | 1100000 | 111001 |
Color Harmonies of #293CFB
Complementary color
Monochromatic Colors of #293CFB
Black with #293CFB
Text Example
Text Example
White with #293CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293CFB; }
p { color: rgb(41,60,251); }
H1.HeaderClassName
{
color: #293CFB;
}
.AnyTagClassName
{
color: #293CFB;
}
</style>
background-color css
<style>
a { background-color: #293CFB; }
a { background-color: rgb(41,60,251); }
div.DivClassName
{
background-color: #293CFB;
}
.BgClassName
{
background-color: #293CFB;
}
</style>
border-color css
<style>
span { border-color: #293CFB; }
span { border-color: rgb(41,60,251); }
td.TdClassName
{
border-color: #293CFB;
}
.TagClassName
{
border-color: #293CFB;
}
</style>