Shades of Neon Blue #373BF4
Tints of Neon Blue #373BF4
RGB
CMYK
RGB Variations
Color information
#373BF4 (or 0x373BF4) is known color: Neon Blue. HEX triplet: 37, 3B and F4. RGB value is (55,59,244). Sum of RGB (Red+Green+Blue) = 55+59+244=358 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.36% from 358); Green value is 59 (23.44% from 255 or 16.48% from 358); Blue value is 244 (95.70% from 255 or 68.16% from 358); Max value from RGB is 244 - color contains mainly: blue. Hex color #373BF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373BF4 is #C8C40B. Grayscale: #4E4E4E. Windows color (decimal): -13157388 or 16005943. OLE color: 16005943.
HSL color Cylindrical-coordinate representation of color #373BF4: hue angle of 238.73º 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 #373BF4 is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 59 | 244 | - |
| CMYK | 0.77 | 0.76 | 0 | 0.04 |
| HSL | 238.73º | 0.9% | 0.59% | - |
| HSV(B) | 238.73º | 0.77% | 0.96% | - |
| XYZ | 19.47 | 10.47 | 86.58 | - |
| YUV | 78.89 | 221.17 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 59 | 244 | 0.77 | 0.76 | 0 | 0.04 | 238.73 | 0.9 | 0.59 |
| Hex | 37 | 3B | F4 | 4D | 4C | 0 | 4 | EF | 5A | 3B |
| Octal | 67 | 73 | 364 | 115 | 114 | 0 | 4 | 357 | 132 | 73 |
| Binary | 110111 | 111011 | 11110100 | 1001101 | 1001100 | 0 | 100 | 11101111 | 1011010 | 111011 |
Color Harmonies of #373BF4
Complementary color
Monochromatic Colors of #373BF4
Black with #373BF4
Text Example
Text Example
White with #373BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373BF4; }
p { color: rgb(55,59,244); }
H1.HeaderClassName
{
color: #373BF4;
}
.AnyTagClassName
{
color: #373BF4;
}
</style>
background-color css
<style>
a { background-color: #373BF4; }
a { background-color: rgb(55,59,244); }
div.DivClassName
{
background-color: #373BF4;
}
.BgClassName
{
background-color: #373BF4;
}
</style>
border-color css
<style>
span { border-color: #373BF4; }
span { border-color: rgb(55,59,244); }
td.TdClassName
{
border-color: #373BF4;
}
.TagClassName
{
border-color: #373BF4;
}
</style>