Shades of Neon Blue #373AEC
Tints of Neon Blue #373AEC
RGB
CMYK
RGB Variations
Color information
#373AEC (or 0x373AEC) is known color: Neon Blue. HEX triplet: 37, 3A and EC. RGB value is (55,58,236). Sum of RGB (Red+Green+Blue) = 55+58+236=349 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.76% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 236 (92.58% from 255 or 67.62% from 349); Max value from RGB is 236 - color contains mainly: blue. Hex color #373AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373AEC is #C8C513. Grayscale: #4C4C4C. Windows color (decimal): -13157652 or 15481399. OLE color: 15481399.
HSL color Cylindrical-coordinate representation of color #373AEC: hue angle of 239.01º 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 #373AEC is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 58 | 236 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.07 |
| HSL | 239.01º | 0.83% | 0.57% | - |
| HSV(B) | 239.01º | 0.77% | 0.93% | - |
| XYZ | 18.23 | 9.89 | 80.31 | - |
| YUV | 77.4 | 217.51 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 58 | 236 | 0.77 | 0.75 | 0 | 0.07 | 239.01 | 0.83 | 0.57 |
| Hex | 37 | 3A | EC | 4D | 4B | 0 | 7 | EF | 53 | 39 |
| Octal | 67 | 72 | 354 | 115 | 113 | 0 | 7 | 357 | 123 | 71 |
| Binary | 110111 | 111010 | 11101100 | 1001101 | 1001011 | 0 | 111 | 11101111 | 1010011 | 111001 |
Color Harmonies of #373AEC
Complementary color
Monochromatic Colors of #373AEC
Black with #373AEC
Text Example
Text Example
White with #373AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373AEC; }
p { color: rgb(55,58,236); }
H1.HeaderClassName
{
color: #373AEC;
}
.AnyTagClassName
{
color: #373AEC;
}
</style>
background-color css
<style>
a { background-color: #373AEC; }
a { background-color: rgb(55,58,236); }
div.DivClassName
{
background-color: #373AEC;
}
.BgClassName
{
background-color: #373AEC;
}
</style>
border-color css
<style>
span { border-color: #373AEC; }
span { border-color: rgb(55,58,236); }
td.TdClassName
{
border-color: #373AEC;
}
.TagClassName
{
border-color: #373AEC;
}
</style>