Shades of Neon Blue #373FF7
Tints of Neon Blue #373FF7
RGB
CMYK
RGB Variations
Color information
#373FF7 (or 0x373FF7) is known color: Neon Blue. HEX triplet: 37, 3F and F7. RGB value is (55,63,247). Sum of RGB (Red+Green+Blue) = 55+63+247=365 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.07% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 247 (96.88% from 255 or 67.67% from 365); Max value from RGB is 247 - color contains mainly: blue. Hex color #373FF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373FF7 is #C8C008. Grayscale: #505050. Windows color (decimal): -13156361 or 16203575. OLE color: 16203575.
HSL color Cylindrical-coordinate representation of color #373FF7: hue angle of 237.5º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #373FF7 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 55 | 63 | 247 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.03 |
| HSL | 237.5º | 0.92% | 0.59% | - |
| HSV(B) | 237.5º | 0.78% | 0.97% | - |
| XYZ | 20.14 | 11.08 | 89.07 | - |
| YUV | 81.58 | 221.35 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 63 | 247 | 0.78 | 0.74 | 0 | 0.03 | 237.5 | 0.92 | 0.59 |
| Hex | 37 | 3F | F7 | 4E | 4A | 0 | 3 | EE | 5C | 3B |
| Octal | 67 | 77 | 367 | 116 | 112 | 0 | 3 | 356 | 134 | 73 |
| Binary | 110111 | 111111 | 11110111 | 1001110 | 1001010 | 0 | 11 | 11101110 | 1011100 | 111011 |
Color Harmonies of #373FF7
Complementary color
Monochromatic Colors of #373FF7
Black with #373FF7
Text Example
Text Example
White with #373FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373FF7; }
p { color: rgb(55,63,247); }
H1.HeaderClassName
{
color: #373FF7;
}
.AnyTagClassName
{
color: #373FF7;
}
</style>
background-color css
<style>
a { background-color: #373FF7; }
a { background-color: rgb(55,63,247); }
div.DivClassName
{
background-color: #373FF7;
}
.BgClassName
{
background-color: #373FF7;
}
</style>
border-color css
<style>
span { border-color: #373FF7; }
span { border-color: rgb(55,63,247); }
td.TdClassName
{
border-color: #373FF7;
}
.TagClassName
{
border-color: #373FF7;
}
</style>