Shades of Neon Blue #293FFD
Tints of Neon Blue #293FFD
RGB
CMYK
RGB Variations
Color information
#293FFD (or 0x293FFD) is known color: Neon Blue. HEX triplet: 29, 3F and FD. RGB value is (41,63,253). Sum of RGB (Red+Green+Blue) = 41+63+253=357 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.48% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 253 (99.22% from 255 or 70.87% from 357); Max value from RGB is 253 - color contains mainly: blue. Hex color #293FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293FFD is #D6C002. Grayscale: #4D4D4D. Windows color (decimal): -14073859 or 16596777. OLE color: 16596777.
HSL color Cylindrical-coordinate representation of color #293FFD: hue angle of 233.77º 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 #293FFD is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 63 | 253 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.01 |
| HSL | 233.77º | 0.98% | 0.58% | - |
| HSV(B) | 233.77º | 0.84% | 0.99% | - |
| XYZ | 20.42 | 11.12 | 94 | - |
| YUV | 78.08 | 226.71 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 253 | 0.84 | 0.75 | 0 | 0.01 | 233.77 | 0.98 | 0.58 |
| Hex | 29 | 3F | FD | 54 | 4B | 0 | 1 | EA | 62 | 3A |
| Octal | 51 | 77 | 375 | 124 | 113 | 0 | 1 | 352 | 142 | 72 |
| Binary | 101001 | 111111 | 11111101 | 1010100 | 1001011 | 0 | 1 | 11101010 | 1100010 | 111010 |
Color Harmonies of #293FFD
Complementary color
Monochromatic Colors of #293FFD
Black with #293FFD
Text Example
Text Example
White with #293FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293FFD; }
p { color: rgb(41,63,253); }
H1.HeaderClassName
{
color: #293FFD;
}
.AnyTagClassName
{
color: #293FFD;
}
</style>
background-color css
<style>
a { background-color: #293FFD; }
a { background-color: rgb(41,63,253); }
div.DivClassName
{
background-color: #293FFD;
}
.BgClassName
{
background-color: #293FFD;
}
</style>
border-color css
<style>
span { border-color: #293FFD; }
span { border-color: rgb(41,63,253); }
td.TdClassName
{
border-color: #293FFD;
}
.TagClassName
{
border-color: #293FFD;
}
</style>