Shades of Neon Blue #373AF4
Tints of Neon Blue #373AF4
RGB
CMYK
RGB Variations
Color information
#373AF4 (or 0x373AF4) is known color: Neon Blue. HEX triplet: 37, 3A and F4. RGB value is (55,58,244). Sum of RGB (Red+Green+Blue) = 55+58+244=357 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.41% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 244 (95.70% from 255 or 68.35% from 357); Max value from RGB is 244 - color contains mainly: blue. Hex color #373AF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373AF4 is #C8C50B. Grayscale: #4D4D4D. Windows color (decimal): -13157644 or 16005687. OLE color: 16005687.
HSL color Cylindrical-coordinate representation of color #373AF4: hue angle of 239.05º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #373AF4 is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 58 | 244 | - |
| CMYK | 0.77 | 0.76 | 0 | 0.04 |
| HSL | 239.05º | 0.9% | 0.59% | - |
| HSV(B) | 239.05º | 0.77% | 0.96% | - |
| XYZ | 19.42 | 10.37 | 86.57 | - |
| YUV | 78.31 | 221.51 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 58 | 244 | 0.77 | 0.76 | 0 | 0.04 | 239.05 | 0.9 | 0.59 |
| Hex | 37 | 3A | F4 | 4D | 4C | 0 | 4 | EF | 5A | 3B |
| Octal | 67 | 72 | 364 | 115 | 114 | 0 | 4 | 357 | 132 | 73 |
| Binary | 110111 | 111010 | 11110100 | 1001101 | 1001100 | 0 | 100 | 11101111 | 1011010 | 111011 |
Color Harmonies of #373AF4
Complementary color
Monochromatic Colors of #373AF4
Black with #373AF4
Text Example
Text Example
White with #373AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373AF4; }
p { color: rgb(55,58,244); }
H1.HeaderClassName
{
color: #373AF4;
}
.AnyTagClassName
{
color: #373AF4;
}
</style>
background-color css
<style>
a { background-color: #373AF4; }
a { background-color: rgb(55,58,244); }
div.DivClassName
{
background-color: #373AF4;
}
.BgClassName
{
background-color: #373AF4;
}
</style>
border-color css
<style>
span { border-color: #373AF4; }
span { border-color: rgb(55,58,244); }
td.TdClassName
{
border-color: #373AF4;
}
.TagClassName
{
border-color: #373AF4;
}
</style>