Shades of Neon Blue #373FEB
Tints of Neon Blue #373FEB
RGB
CMYK
RGB Variations
Color information
#373FEB (or 0x373FEB) is known color: Neon Blue. HEX triplet: 37, 3F and EB. RGB value is (55,63,235). Sum of RGB (Red+Green+Blue) = 55+63+235=353 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.58% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 235 (92.19% from 255 or 66.57% from 353); Max value from RGB is 235 - color contains mainly: blue. Hex color #373FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373FEB is #C8C014. Grayscale: #4F4F4F. Windows color (decimal): -13156373 or 15417143. OLE color: 15417143.
HSL color Cylindrical-coordinate representation of color #373FEB: hue angle of 237.33º 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 #373FEB is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 55 | 63 | 235 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.08 |
| HSL | 237.33º | 0.82% | 0.57% | - |
| HSV(B) | 237.33º | 0.77% | 0.92% | - |
| XYZ | 18.35 | 10.37 | 79.63 | - |
| YUV | 80.22 | 215.35 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 63 | 235 | 0.77 | 0.73 | 0 | 0.08 | 237.33 | 0.82 | 0.57 |
| Hex | 37 | 3F | EB | 4D | 49 | 0 | 8 | ED | 52 | 39 |
| Octal | 67 | 77 | 353 | 115 | 111 | 0 | 10 | 355 | 122 | 71 |
| Binary | 110111 | 111111 | 11101011 | 1001101 | 1001001 | 0 | 1000 | 11101101 | 1010010 | 111001 |
Color Harmonies of #373FEB
Complementary color
Monochromatic Colors of #373FEB
Black with #373FEB
Text Example
Text Example
White with #373FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373FEB; }
p { color: rgb(55,63,235); }
H1.HeaderClassName
{
color: #373FEB;
}
.AnyTagClassName
{
color: #373FEB;
}
</style>
background-color css
<style>
a { background-color: #373FEB; }
a { background-color: rgb(55,63,235); }
div.DivClassName
{
background-color: #373FEB;
}
.BgClassName
{
background-color: #373FEB;
}
</style>
border-color css
<style>
span { border-color: #373FEB; }
span { border-color: rgb(55,63,235); }
td.TdClassName
{
border-color: #373FEB;
}
.TagClassName
{
border-color: #373FEB;
}
</style>