Shades of Neon Blue #373FF0
Tints of Neon Blue #373FF0
RGB
CMYK
RGB Variations
Color information
#373FF0 (or 0x373FF0) is known color: Neon Blue. HEX triplet: 37, 3F and F0. RGB value is (55,63,240). Sum of RGB (Red+Green+Blue) = 55+63+240=358 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.36% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 240 (94.14% from 255 or 67.04% from 358); Max value from RGB is 240 - color contains mainly: blue. Hex color #373FF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373FF0 is #C8C00F. Grayscale: #505050. Windows color (decimal): -13156368 or 15744823. OLE color: 15744823.
HSL color Cylindrical-coordinate representation of color #373FF0: hue angle of 237.41º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #373FF0 is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 63 | 240 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.06 |
| HSL | 237.41º | 0.86% | 0.58% | - |
| HSV(B) | 237.41º | 0.77% | 0.94% | - |
| XYZ | 19.08 | 10.66 | 83.49 | - |
| YUV | 80.79 | 217.85 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 63 | 240 | 0.77 | 0.74 | 0 | 0.06 | 237.41 | 0.86 | 0.58 |
| Hex | 37 | 3F | F0 | 4D | 4A | 0 | 6 | ED | 56 | 3A |
| Octal | 67 | 77 | 360 | 115 | 112 | 0 | 6 | 355 | 126 | 72 |
| Binary | 110111 | 111111 | 11110000 | 1001101 | 1001010 | 0 | 110 | 11101101 | 1010110 | 111010 |
Color Harmonies of #373FF0
Complementary color
Monochromatic Colors of #373FF0
Black with #373FF0
Text Example
Text Example
White with #373FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373FF0; }
p { color: rgb(55,63,240); }
H1.HeaderClassName
{
color: #373FF0;
}
.AnyTagClassName
{
color: #373FF0;
}
</style>
background-color css
<style>
a { background-color: #373FF0; }
a { background-color: rgb(55,63,240); }
div.DivClassName
{
background-color: #373FF0;
}
.BgClassName
{
background-color: #373FF0;
}
</style>
border-color css
<style>
span { border-color: #373FF0; }
span { border-color: rgb(55,63,240); }
td.TdClassName
{
border-color: #373FF0;
}
.TagClassName
{
border-color: #373FF0;
}
</style>