Shades of Neon Blue #373DEE
Tints of Neon Blue #373DEE
RGB
CMYK
RGB Variations
Color information
#373DEE (or 0x373DEE) is known color: Neon Blue. HEX triplet: 37, 3D and EE. RGB value is (55,61,238). Sum of RGB (Red+Green+Blue) = 55+61+238=354 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.54% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 238 (93.36% from 255 or 67.23% from 354); Max value from RGB is 238 - color contains mainly: blue. Hex color #373DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373DEE is #C8C211. Grayscale: #4E4E4E. Windows color (decimal): -13156882 or 15613239. OLE color: 15613239.
HSL color Cylindrical-coordinate representation of color #373DEE: hue angle of 238.03º degrees, saturation: 0.84, 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 #373DEE is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 61 | 238 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.07 |
| HSL | 238.03º | 0.84% | 0.57% | - |
| HSV(B) | 238.03º | 0.77% | 0.93% | - |
| XYZ | 18.68 | 10.32 | 81.9 | - |
| YUV | 79.38 | 217.51 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 238 | 0.77 | 0.74 | 0 | 0.07 | 238.03 | 0.84 | 0.57 |
| Hex | 37 | 3D | EE | 4D | 4A | 0 | 7 | EE | 54 | 39 |
| Octal | 67 | 75 | 356 | 115 | 112 | 0 | 7 | 356 | 124 | 71 |
| Binary | 110111 | 111101 | 11101110 | 1001101 | 1001010 | 0 | 111 | 11101110 | 1010100 | 111001 |
Color Harmonies of #373DEE
Complementary color
Monochromatic Colors of #373DEE
Black with #373DEE
Text Example
Text Example
White with #373DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373DEE; }
p { color: rgb(55,61,238); }
H1.HeaderClassName
{
color: #373DEE;
}
.AnyTagClassName
{
color: #373DEE;
}
</style>
background-color css
<style>
a { background-color: #373DEE; }
a { background-color: rgb(55,61,238); }
div.DivClassName
{
background-color: #373DEE;
}
.BgClassName
{
background-color: #373DEE;
}
</style>
border-color css
<style>
span { border-color: #373DEE; }
span { border-color: rgb(55,61,238); }
td.TdClassName
{
border-color: #373DEE;
}
.TagClassName
{
border-color: #373DEE;
}
</style>