Shades of Neon Blue #3730EC
Tints of Neon Blue #3730EC
RGB
CMYK
RGB Variations
Color information
#3730EC (or 0x3730EC) is known color: Neon Blue. HEX triplet: 37, 30 and EC. RGB value is (55,48,236). Sum of RGB (Red+Green+Blue) = 55+48+236=339 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.22% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 236 (92.58% from 255 or 69.62% from 339); Max value from RGB is 236 - color contains mainly: blue. Hex color #3730EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3730EC is #C8CF13. Grayscale: #464646. Windows color (decimal): -13160212 or 15478839. OLE color: 15478839.
HSL color Cylindrical-coordinate representation of color #3730EC: hue angle of 242.23º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3730EC is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 48 | 236 | - |
| CMYK | 0.77 | 0.80 | 0 | 0.07 |
| HSL | 242.23º | 0.83% | 0.56% | - |
| HSV(B) | 242.23º | 0.8% | 0.93% | - |
| XYZ | 17.77 | 8.98 | 80.15 | - |
| YUV | 71.53 | 220.82 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 48 | 236 | 0.77 | 0.80 | 0 | 0.07 | 242.23 | 0.83 | 0.56 |
| Hex | 37 | 30 | EC | 4D | 50 | 0 | 7 | F2 | 53 | 38 |
| Octal | 67 | 60 | 354 | 115 | 120 | 0 | 7 | 362 | 123 | 70 |
| Binary | 110111 | 110000 | 11101100 | 1001101 | 1010000 | 0 | 111 | 11110010 | 1010011 | 111000 |
Color Harmonies of #3730EC
Complementary color
Monochromatic Colors of #3730EC
Black with #3730EC
Text Example
Text Example
White with #3730EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3730EC; }
p { color: rgb(55,48,236); }
H1.HeaderClassName
{
color: #3730EC;
}
.AnyTagClassName
{
color: #3730EC;
}
</style>
background-color css
<style>
a { background-color: #3730EC; }
a { background-color: rgb(55,48,236); }
div.DivClassName
{
background-color: #3730EC;
}
.BgClassName
{
background-color: #3730EC;
}
</style>
border-color css
<style>
span { border-color: #3730EC; }
span { border-color: rgb(55,48,236); }
td.TdClassName
{
border-color: #3730EC;
}
.TagClassName
{
border-color: #3730EC;
}
</style>