Shades of Neon Blue #373FEC
Tints of Neon Blue #373FEC
RGB
CMYK
RGB Variations
Color information
#373FEC (or 0x373FEC) is known color: Neon Blue. HEX triplet: 37, 3F and EC. RGB value is (55,63,236). Sum of RGB (Red+Green+Blue) = 55+63+236=354 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.54% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 236 (92.58% from 255 or 66.67% from 354); Max value from RGB is 236 - color contains mainly: blue. Hex color #373FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373FEC is #C8C013. Grayscale: #4F4F4F. Windows color (decimal): -13156372 or 15482679. OLE color: 15482679.
HSL color Cylindrical-coordinate representation of color #373FEC: hue angle of 237.35º 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 #373FEC is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 63 | 236 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.07 |
| HSL | 237.35º | 0.83% | 0.57% | - |
| HSV(B) | 237.35º | 0.77% | 0.93% | - |
| XYZ | 18.49 | 10.42 | 80.39 | - |
| YUV | 80.33 | 215.85 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 63 | 236 | 0.77 | 0.73 | 0 | 0.07 | 237.35 | 0.83 | 0.57 |
| Hex | 37 | 3F | EC | 4D | 49 | 0 | 7 | ED | 53 | 39 |
| Octal | 67 | 77 | 354 | 115 | 111 | 0 | 7 | 355 | 123 | 71 |
| Binary | 110111 | 111111 | 11101100 | 1001101 | 1001001 | 0 | 111 | 11101101 | 1010011 | 111001 |
Color Harmonies of #373FEC
Complementary color
Monochromatic Colors of #373FEC
Black with #373FEC
Text Example
Text Example
White with #373FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373FEC; }
p { color: rgb(55,63,236); }
H1.HeaderClassName
{
color: #373FEC;
}
.AnyTagClassName
{
color: #373FEC;
}
</style>
background-color css
<style>
a { background-color: #373FEC; }
a { background-color: rgb(55,63,236); }
div.DivClassName
{
background-color: #373FEC;
}
.BgClassName
{
background-color: #373FEC;
}
</style>
border-color css
<style>
span { border-color: #373FEC; }
span { border-color: rgb(55,63,236); }
td.TdClassName
{
border-color: #373FEC;
}
.TagClassName
{
border-color: #373FEC;
}
</style>