Shades of Neon Blue #373EEB
Tints of Neon Blue #373EEB
RGB
CMYK
RGB Variations
Color information
#373EEB (or 0x373EEB) is known color: Neon Blue. HEX triplet: 37, 3E and EB. RGB value is (55,62,235). Sum of RGB (Red+Green+Blue) = 55+62+235=352 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.62% from 352); Green value is 62 (24.61% from 255 or 17.61% from 352); Blue value is 235 (92.19% from 255 or 66.76% from 352); Max value from RGB is 235 - color contains mainly: blue. Hex color #373EEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373EEB is #C8C114. Grayscale: #4E4E4E. Windows color (decimal): -13156629 or 15416887. OLE color: 15416887.
HSL color Cylindrical-coordinate representation of color #373EEB: hue angle of 237.67º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #373EEB is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 55 | 62 | 235 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.08 |
| HSL | 237.67º | 0.82% | 0.57% | - |
| HSV(B) | 237.67º | 0.77% | 0.92% | - |
| XYZ | 18.29 | 10.26 | 79.61 | - |
| YUV | 79.63 | 215.68 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 62 | 235 | 0.77 | 0.74 | 0 | 0.08 | 237.67 | 0.82 | 0.57 |
| Hex | 37 | 3E | EB | 4D | 4A | 0 | 8 | EE | 52 | 39 |
| Octal | 67 | 76 | 353 | 115 | 112 | 0 | 10 | 356 | 122 | 71 |
| Binary | 110111 | 111110 | 11101011 | 1001101 | 1001010 | 0 | 1000 | 11101110 | 1010010 | 111001 |
Color Harmonies of #373EEB
Complementary color
Monochromatic Colors of #373EEB
Black with #373EEB
Text Example
Text Example
White with #373EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373EEB; }
p { color: rgb(55,62,235); }
H1.HeaderClassName
{
color: #373EEB;
}
.AnyTagClassName
{
color: #373EEB;
}
</style>
background-color css
<style>
a { background-color: #373EEB; }
a { background-color: rgb(55,62,235); }
div.DivClassName
{
background-color: #373EEB;
}
.BgClassName
{
background-color: #373EEB;
}
</style>
border-color css
<style>
span { border-color: #373EEB; }
span { border-color: rgb(55,62,235); }
td.TdClassName
{
border-color: #373EEB;
}
.TagClassName
{
border-color: #373EEB;
}
</style>