Shades of Neon Blue #3748EC
Tints of Neon Blue #3748EC
RGB
CMYK
RGB Variations
Color information
#3748EC (or 0x3748EC) is known color: Neon Blue. HEX triplet: 37, 48 and EC. RGB value is (55,72,236). Sum of RGB (Red+Green+Blue) = 55+72+236=363 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.15% from 363); Green value is 72 (28.52% from 255 or 19.83% 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 #3748EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3748EC is #C8B713. Grayscale: #545454. Windows color (decimal): -13154068 or 15484983. OLE color: 15484983.
HSL color Cylindrical-coordinate representation of color #3748EC: hue angle of 234.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 #3748EC is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 72 | 236 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.07 |
| HSL | 234.36º | 0.83% | 0.57% | - |
| HSV(B) | 234.36º | 0.77% | 0.93% | - |
| XYZ | 19.03 | 11.5 | 80.57 | - |
| YUV | 85.61 | 212.87 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 72 | 236 | 0.77 | 0.69 | 0 | 0.07 | 234.36 | 0.83 | 0.57 |
| Hex | 37 | 48 | EC | 4D | 45 | 0 | 7 | EA | 53 | 39 |
| Octal | 67 | 110 | 354 | 115 | 105 | 0 | 7 | 352 | 123 | 71 |
| Binary | 110111 | 1001000 | 11101100 | 1001101 | 1000101 | 0 | 111 | 11101010 | 1010011 | 111001 |
Color Harmonies of #3748EC
Complementary color
Monochromatic Colors of #3748EC
Black with #3748EC
Text Example
Text Example
White with #3748EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3748EC; }
p { color: rgb(55,72,236); }
H1.HeaderClassName
{
color: #3748EC;
}
.AnyTagClassName
{
color: #3748EC;
}
</style>
background-color css
<style>
a { background-color: #3748EC; }
a { background-color: rgb(55,72,236); }
div.DivClassName
{
background-color: #3748EC;
}
.BgClassName
{
background-color: #3748EC;
}
</style>
border-color css
<style>
span { border-color: #3748EC; }
span { border-color: rgb(55,72,236); }
td.TdClassName
{
border-color: #3748EC;
}
.TagClassName
{
border-color: #3748EC;
}
</style>