Shades of Neon Blue #3646ED
Tints of Neon Blue #3646ED
RGB
CMYK
RGB Variations
Color information
#3646ED (or 0x3646ED) is known color: Neon Blue. HEX triplet: 36, 46 and ED. RGB value is (54,70,237). Sum of RGB (Red+Green+Blue) = 54+70+237=361 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.96% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 237 (92.97% from 255 or 65.65% from 361); Max value from RGB is 237 - color contains mainly: blue. Hex color #3646ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3646ED is #C9B912. Grayscale: #535353. Windows color (decimal): -13220115 or 15550006. OLE color: 15550006.
HSL color Cylindrical-coordinate representation of color #3646ED: hue angle of 234.75º degrees, saturation: 0.84, 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 #3646ED is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 70 | 237 | - |
| CMYK | 0.77 | 0.70 | 0 | 0.07 |
| HSL | 234.75º | 0.84% | 0.57% | - |
| HSV(B) | 234.75º | 0.77% | 0.93% | - |
| XYZ | 19 | 11.28 | 81.3 | - |
| YUV | 84.25 | 214.2 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 70 | 237 | 0.77 | 0.70 | 0 | 0.07 | 234.75 | 0.84 | 0.57 |
| Hex | 36 | 46 | ED | 4D | 46 | 0 | 7 | EB | 54 | 39 |
| Octal | 66 | 106 | 355 | 115 | 106 | 0 | 7 | 353 | 124 | 71 |
| Binary | 110110 | 1000110 | 11101101 | 1001101 | 1000110 | 0 | 111 | 11101011 | 1010100 | 111001 |
Color Harmonies of #3646ED
Complementary color
Monochromatic Colors of #3646ED
Black with #3646ED
Text Example
Text Example
White with #3646ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3646ED; }
p { color: rgb(54,70,237); }
H1.HeaderClassName
{
color: #3646ED;
}
.AnyTagClassName
{
color: #3646ED;
}
</style>
background-color css
<style>
a { background-color: #3646ED; }
a { background-color: rgb(54,70,237); }
div.DivClassName
{
background-color: #3646ED;
}
.BgClassName
{
background-color: #3646ED;
}
</style>
border-color css
<style>
span { border-color: #3646ED; }
span { border-color: rgb(54,70,237); }
td.TdClassName
{
border-color: #3646ED;
}
.TagClassName
{
border-color: #3646ED;
}
</style>