Shades of Neon Blue #373CED
Tints of Neon Blue #373CED
RGB
CMYK
RGB Variations
Color information
#373CED (or 0x373CED) is known color: Neon Blue. HEX triplet: 37, 3C and ED. RGB value is (55,60,237). Sum of RGB (Red+Green+Blue) = 55+60+237=352 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.62% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 237 (92.97% from 255 or 67.33% from 352); Max value from RGB is 237 - color contains mainly: blue. Hex color #373CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373CED is #C8C312. Grayscale: #4D4D4D. Windows color (decimal): -13157139 or 15547447. OLE color: 15547447.
HSL color Cylindrical-coordinate representation of color #373CED: hue angle of 238.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 #373CED is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 60 | 237 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.07 |
| HSL | 238.35º | 0.83% | 0.57% | - |
| HSV(B) | 238.35º | 0.77% | 0.93% | - |
| XYZ | 18.48 | 10.16 | 81.11 | - |
| YUV | 78.68 | 217.34 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 60 | 237 | 0.77 | 0.75 | 0 | 0.07 | 238.35 | 0.83 | 0.57 |
| Hex | 37 | 3C | ED | 4D | 4B | 0 | 7 | EE | 53 | 39 |
| Octal | 67 | 74 | 355 | 115 | 113 | 0 | 7 | 356 | 123 | 71 |
| Binary | 110111 | 111100 | 11101101 | 1001101 | 1001011 | 0 | 111 | 11101110 | 1010011 | 111001 |
Color Harmonies of #373CED
Complementary color
Monochromatic Colors of #373CED
Black with #373CED
Text Example
Text Example
White with #373CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373CED; }
p { color: rgb(55,60,237); }
H1.HeaderClassName
{
color: #373CED;
}
.AnyTagClassName
{
color: #373CED;
}
</style>
background-color css
<style>
a { background-color: #373CED; }
a { background-color: rgb(55,60,237); }
div.DivClassName
{
background-color: #373CED;
}
.BgClassName
{
background-color: #373CED;
}
</style>
border-color css
<style>
span { border-color: #373CED; }
span { border-color: rgb(55,60,237); }
td.TdClassName
{
border-color: #373CED;
}
.TagClassName
{
border-color: #373CED;
}
</style>