Shades of Neon Blue #293DFC
Tints of Neon Blue #293DFC
RGB
CMYK
RGB Variations
Color information
#293DFC (or 0x293DFC) is known color: Neon Blue. HEX triplet: 29, 3D and FC. RGB value is (41,61,252). Sum of RGB (Red+Green+Blue) = 41+61+252=354 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.58% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 252 (98.83% from 255 or 71.19% from 354); Max value from RGB is 252 - color contains mainly: blue. Hex color #293DFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293DFC is #D6C203. Grayscale: #4C4C4C. Windows color (decimal): -14074372 or 16530729. OLE color: 16530729.
HSL color Cylindrical-coordinate representation of color #293DFC: hue angle of 234.31º 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 #293DFC is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 61 | 252 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.01 |
| HSL | 234.31º | 0.97% | 0.57% | - |
| HSV(B) | 234.31º | 0.84% | 0.99% | - |
| XYZ | 20.15 | 10.84 | 93.13 | - |
| YUV | 76.79 | 226.87 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 252 | 0.84 | 0.76 | 0 | 0.01 | 234.31 | 0.97 | 0.57 |
| Hex | 29 | 3D | FC | 54 | 4C | 0 | 1 | EA | 61 | 39 |
| Octal | 51 | 75 | 374 | 124 | 114 | 0 | 1 | 352 | 141 | 71 |
| Binary | 101001 | 111101 | 11111100 | 1010100 | 1001100 | 0 | 1 | 11101010 | 1100001 | 111001 |
Color Harmonies of #293DFC
Complementary color
Monochromatic Colors of #293DFC
Black with #293DFC
Text Example
Text Example
White with #293DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293DFC; }
p { color: rgb(41,61,252); }
H1.HeaderClassName
{
color: #293DFC;
}
.AnyTagClassName
{
color: #293DFC;
}
</style>
background-color css
<style>
a { background-color: #293DFC; }
a { background-color: rgb(41,61,252); }
div.DivClassName
{
background-color: #293DFC;
}
.BgClassName
{
background-color: #293DFC;
}
</style>
border-color css
<style>
span { border-color: #293DFC; }
span { border-color: rgb(41,61,252); }
td.TdClassName
{
border-color: #293DFC;
}
.TagClassName
{
border-color: #293DFC;
}
</style>