Shades of Neon Blue #3649EC
Tints of Neon Blue #3649EC
RGB
CMYK
RGB Variations
Color information
#3649EC (or 0x3649EC) is known color: Neon Blue. HEX triplet: 36, 49 and EC. RGB value is (54,73,236). Sum of RGB (Red+Green+Blue) = 54+73+236=363 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.88% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 236 (92.58% from 255 or 65.01% from 363); Max value from RGB is 236 - color contains mainly: blue. Hex color #3649EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3649EC is #C9B613. Grayscale: #555555. Windows color (decimal): -13219348 or 15485238. OLE color: 15485238.
HSL color Cylindrical-coordinate representation of color #3649EC: hue angle of 233.74º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3649EC is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 73 | 236 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.07 |
| HSL | 233.74º | 0.83% | 0.57% | - |
| HSV(B) | 233.74º | 0.77% | 0.93% | - |
| XYZ | 19.04 | 11.61 | 80.59 | - |
| YUV | 85.9 | 212.71 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 73 | 236 | 0.77 | 0.69 | 0 | 0.07 | 233.74 | 0.83 | 0.57 |
| Hex | 36 | 49 | EC | 4D | 45 | 0 | 7 | EA | 53 | 39 |
| Octal | 66 | 111 | 354 | 115 | 105 | 0 | 7 | 352 | 123 | 71 |
| Binary | 110110 | 1001001 | 11101100 | 1001101 | 1000101 | 0 | 111 | 11101010 | 1010011 | 111001 |
Color Harmonies of #3649EC
Complementary color
Monochromatic Colors of #3649EC
Black with #3649EC
Text Example
Text Example
White with #3649EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3649EC; }
p { color: rgb(54,73,236); }
H1.HeaderClassName
{
color: #3649EC;
}
.AnyTagClassName
{
color: #3649EC;
}
</style>
background-color css
<style>
a { background-color: #3649EC; }
a { background-color: rgb(54,73,236); }
div.DivClassName
{
background-color: #3649EC;
}
.BgClassName
{
background-color: #3649EC;
}
</style>
border-color css
<style>
span { border-color: #3649EC; }
span { border-color: rgb(54,73,236); }
td.TdClassName
{
border-color: #3649EC;
}
.TagClassName
{
border-color: #3649EC;
}
</style>