Shades of Neon Blue #3745EC
Tints of Neon Blue #3745EC
RGB
CMYK
RGB Variations
Color information
#3745EC (or 0x3745EC) is known color: Neon Blue. HEX triplet: 37, 45 and EC. RGB value is (55,69,236). Sum of RGB (Red+Green+Blue) = 55+69+236=360 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.28% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 236 (92.58% from 255 or 65.56% from 360); Max value from RGB is 236 - color contains mainly: blue. Hex color #3745EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3745EC is #C8BA13. Grayscale: #535353. Windows color (decimal): -13154836 or 15484215. OLE color: 15484215.
HSL color Cylindrical-coordinate representation of color #3745EC: hue angle of 235.36º 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 #3745EC is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 69 | 236 | - |
| CMYK | 0.77 | 0.71 | 0 | 0.07 |
| HSL | 235.36º | 0.83% | 0.57% | - |
| HSV(B) | 235.36º | 0.77% | 0.93% | - |
| XYZ | 18.84 | 11.12 | 80.51 | - |
| YUV | 83.85 | 213.86 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 69 | 236 | 0.77 | 0.71 | 0 | 0.07 | 235.36 | 0.83 | 0.57 |
| Hex | 37 | 45 | EC | 4D | 47 | 0 | 7 | EB | 53 | 39 |
| Octal | 67 | 105 | 354 | 115 | 107 | 0 | 7 | 353 | 123 | 71 |
| Binary | 110111 | 1000101 | 11101100 | 1001101 | 1000111 | 0 | 111 | 11101011 | 1010011 | 111001 |
Color Harmonies of #3745EC
Complementary color
Monochromatic Colors of #3745EC
Black with #3745EC
Text Example
Text Example
White with #3745EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3745EC; }
p { color: rgb(55,69,236); }
H1.HeaderClassName
{
color: #3745EC;
}
.AnyTagClassName
{
color: #3745EC;
}
</style>
background-color css
<style>
a { background-color: #3745EC; }
a { background-color: rgb(55,69,236); }
div.DivClassName
{
background-color: #3745EC;
}
.BgClassName
{
background-color: #3745EC;
}
</style>
border-color css
<style>
span { border-color: #3745EC; }
span { border-color: rgb(55,69,236); }
td.TdClassName
{
border-color: #3745EC;
}
.TagClassName
{
border-color: #3745EC;
}
</style>