Shades of Neon Blue #293CFD
Tints of Neon Blue #293CFD
RGB
CMYK
RGB Variations
Color information
#293CFD (or 0x293CFD) is known color: Neon Blue. HEX triplet: 29, 3C and FD. RGB value is (41,60,253). Sum of RGB (Red+Green+Blue) = 41+60+253=354 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.58% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 253 (99.22% from 255 or 71.47% from 354); Max value from RGB is 253 - color contains mainly: blue. Hex color #293CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293CFD is #D6C302. Grayscale: #4B4B4B. Windows color (decimal): -14074627 or 16596009. OLE color: 16596009.
HSL color Cylindrical-coordinate representation of color #293CFD: hue angle of 234.62º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #293CFD is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 60 | 253 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.01 |
| HSL | 234.62º | 0.98% | 0.58% | - |
| HSV(B) | 234.62º | 0.84% | 0.99% | - |
| XYZ | 20.26 | 10.79 | 93.94 | - |
| YUV | 76.32 | 227.71 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 60 | 253 | 0.84 | 0.76 | 0 | 0.01 | 234.62 | 0.98 | 0.58 |
| Hex | 29 | 3C | FD | 54 | 4C | 0 | 1 | EB | 62 | 3A |
| Octal | 51 | 74 | 375 | 124 | 114 | 0 | 1 | 353 | 142 | 72 |
| Binary | 101001 | 111100 | 11111101 | 1010100 | 1001100 | 0 | 1 | 11101011 | 1100010 | 111010 |
Color Harmonies of #293CFD
Complementary color
Monochromatic Colors of #293CFD
Black with #293CFD
Text Example
Text Example
White with #293CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293CFD; }
p { color: rgb(41,60,253); }
H1.HeaderClassName
{
color: #293CFD;
}
.AnyTagClassName
{
color: #293CFD;
}
</style>
background-color css
<style>
a { background-color: #293CFD; }
a { background-color: rgb(41,60,253); }
div.DivClassName
{
background-color: #293CFD;
}
.BgClassName
{
background-color: #293CFD;
}
</style>
border-color css
<style>
span { border-color: #293CFD; }
span { border-color: rgb(41,60,253); }
td.TdClassName
{
border-color: #293CFD;
}
.TagClassName
{
border-color: #293CFD;
}
</style>