Shades of Neon Blue #293CFA
Tints of Neon Blue #293CFA
RGB
CMYK
RGB Variations
Color information
#293CFA (or 0x293CFA) is known color: Neon Blue. HEX triplet: 29, 3C and FA. RGB value is (41,60,250). Sum of RGB (Red+Green+Blue) = 41+60+250=351 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.68% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 250 (98.05% from 255 or 71.23% from 351); Max value from RGB is 250 - color contains mainly: blue. Hex color #293CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293CFA is #D6C305. Grayscale: #4B4B4B. Windows color (decimal): -14074630 or 16399401. OLE color: 16399401.
HSL color Cylindrical-coordinate representation of color #293CFA: hue angle of 234.55º degrees, saturation: 0.95, 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 #293CFA is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 60 | 250 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.02 |
| HSL | 234.55º | 0.95% | 0.57% | - |
| HSV(B) | 234.55º | 0.84% | 0.98% | - |
| XYZ | 19.79 | 10.61 | 91.45 | - |
| YUV | 75.98 | 226.21 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 60 | 250 | 0.84 | 0.76 | 0 | 0.02 | 234.55 | 0.95 | 0.57 |
| Hex | 29 | 3C | FA | 54 | 4C | 0 | 2 | EB | 5F | 39 |
| Octal | 51 | 74 | 372 | 124 | 114 | 0 | 2 | 353 | 137 | 71 |
| Binary | 101001 | 111100 | 11111010 | 1010100 | 1001100 | 0 | 10 | 11101011 | 1011111 | 111001 |
Color Harmonies of #293CFA
Complementary color
Monochromatic Colors of #293CFA
Black with #293CFA
Text Example
Text Example
White with #293CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293CFA; }
p { color: rgb(41,60,250); }
H1.HeaderClassName
{
color: #293CFA;
}
.AnyTagClassName
{
color: #293CFA;
}
</style>
background-color css
<style>
a { background-color: #293CFA; }
a { background-color: rgb(41,60,250); }
div.DivClassName
{
background-color: #293CFA;
}
.BgClassName
{
background-color: #293CFA;
}
</style>
border-color css
<style>
span { border-color: #293CFA; }
span { border-color: rgb(41,60,250); }
td.TdClassName
{
border-color: #293CFA;
}
.TagClassName
{
border-color: #293CFA;
}
</style>