Shades of Neon Blue #293BFC
Tints of Neon Blue #293BFC
RGB
CMYK
RGB Variations
Color information
#293BFC (or 0x293BFC) is known color: Neon Blue. HEX triplet: 29, 3B and FC. RGB value is (41,59,252). Sum of RGB (Red+Green+Blue) = 41+59+252=352 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.65% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 252 (98.83% from 255 or 71.59% from 352); Max value from RGB is 252 - color contains mainly: blue. Hex color #293BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293BFC is #D6C403. Grayscale: #4A4A4A. Windows color (decimal): -14074884 or 16530217. OLE color: 16530217.
HSL color Cylindrical-coordinate representation of color #293BFC: hue angle of 234.88º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #293BFC is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 59 | 252 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.01 |
| HSL | 234.88º | 0.97% | 0.57% | - |
| HSV(B) | 234.88º | 0.84% | 0.99% | - |
| XYZ | 20.05 | 10.63 | 93.09 | - |
| YUV | 75.62 | 227.54 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 59 | 252 | 0.84 | 0.77 | 0 | 0.01 | 234.88 | 0.97 | 0.57 |
| Hex | 29 | 3B | FC | 54 | 4D | 0 | 1 | EB | 61 | 39 |
| Octal | 51 | 73 | 374 | 124 | 115 | 0 | 1 | 353 | 141 | 71 |
| Binary | 101001 | 111011 | 11111100 | 1010100 | 1001101 | 0 | 1 | 11101011 | 1100001 | 111001 |
Color Harmonies of #293BFC
Complementary color
Monochromatic Colors of #293BFC
Black with #293BFC
Text Example
Text Example
White with #293BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293BFC; }
p { color: rgb(41,59,252); }
H1.HeaderClassName
{
color: #293BFC;
}
.AnyTagClassName
{
color: #293BFC;
}
</style>
background-color css
<style>
a { background-color: #293BFC; }
a { background-color: rgb(41,59,252); }
div.DivClassName
{
background-color: #293BFC;
}
.BgClassName
{
background-color: #293BFC;
}
</style>
border-color css
<style>
span { border-color: #293BFC; }
span { border-color: rgb(41,59,252); }
td.TdClassName
{
border-color: #293BFC;
}
.TagClassName
{
border-color: #293BFC;
}
</style>