Shades of Neon Blue #373AF7
Tints of Neon Blue #373AF7
RGB
CMYK
RGB Variations
Color information
#373AF7 (or 0x373AF7) is known color: Neon Blue. HEX triplet: 37, 3A and F7. RGB value is (55,58,247). Sum of RGB (Red+Green+Blue) = 55+58+247=360 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.28% from 360); Green value is 58 (23.05% from 255 or 16.11% from 360); Blue value is 247 (96.88% from 255 or 68.61% from 360); Max value from RGB is 247 - color contains mainly: blue. Hex color #373AF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373AF7 is #C8C508. Grayscale: #4D4D4D. Windows color (decimal): -13157641 or 16202295. OLE color: 16202295.
HSL color Cylindrical-coordinate representation of color #373AF7: hue angle of 239.06º 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 #373AF7 is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 55 | 58 | 247 | - |
| CMYK | 0.78 | 0.77 | 0 | 0.03 |
| HSL | 239.06º | 0.92% | 0.59% | - |
| HSV(B) | 239.06º | 0.78% | 0.97% | - |
| XYZ | 19.88 | 10.55 | 88.99 | - |
| YUV | 78.65 | 223.01 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 58 | 247 | 0.78 | 0.77 | 0 | 0.03 | 239.06 | 0.92 | 0.59 |
| Hex | 37 | 3A | F7 | 4E | 4D | 0 | 3 | EF | 5C | 3B |
| Octal | 67 | 72 | 367 | 116 | 115 | 0 | 3 | 357 | 134 | 73 |
| Binary | 110111 | 111010 | 11110111 | 1001110 | 1001101 | 0 | 11 | 11101111 | 1011100 | 111011 |
Color Harmonies of #373AF7
Complementary color
Monochromatic Colors of #373AF7
Black with #373AF7
Text Example
Text Example
White with #373AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373AF7; }
p { color: rgb(55,58,247); }
H1.HeaderClassName
{
color: #373AF7;
}
.AnyTagClassName
{
color: #373AF7;
}
</style>
background-color css
<style>
a { background-color: #373AF7; }
a { background-color: rgb(55,58,247); }
div.DivClassName
{
background-color: #373AF7;
}
.BgClassName
{
background-color: #373AF7;
}
</style>
border-color css
<style>
span { border-color: #373AF7; }
span { border-color: rgb(55,58,247); }
td.TdClassName
{
border-color: #373AF7;
}
.TagClassName
{
border-color: #373AF7;
}
</style>