Shades of Neon Blue #373EF4
Tints of Neon Blue #373EF4
RGB
CMYK
RGB Variations
Color information
#373EF4 (or 0x373EF4) is known color: Neon Blue. HEX triplet: 37, 3E and F4. RGB value is (55,62,244). Sum of RGB (Red+Green+Blue) = 55+62+244=361 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.24% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 244 (95.70% from 255 or 67.59% from 361); Max value from RGB is 244 - color contains mainly: blue. Hex color #373EF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373EF4 is #C8C10B. Grayscale: #4F4F4F. Windows color (decimal): -13156620 or 16006711. OLE color: 16006711.
HSL color Cylindrical-coordinate representation of color #373EF4: hue angle of 237.78º 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 #373EF4 is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 62 | 244 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.04 |
| HSL | 237.78º | 0.9% | 0.59% | - |
| HSV(B) | 237.78º | 0.77% | 0.96% | - |
| XYZ | 19.63 | 10.79 | 86.64 | - |
| YUV | 80.66 | 220.18 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 62 | 244 | 0.77 | 0.75 | 0 | 0.04 | 237.78 | 0.9 | 0.59 |
| Hex | 37 | 3E | F4 | 4D | 4B | 0 | 4 | EE | 5A | 3B |
| Octal | 67 | 76 | 364 | 115 | 113 | 0 | 4 | 356 | 132 | 73 |
| Binary | 110111 | 111110 | 11110100 | 1001101 | 1001011 | 0 | 100 | 11101110 | 1011010 | 111011 |
Color Harmonies of #373EF4
Complementary color
Monochromatic Colors of #373EF4
Black with #373EF4
Text Example
Text Example
White with #373EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373EF4; }
p { color: rgb(55,62,244); }
H1.HeaderClassName
{
color: #373EF4;
}
.AnyTagClassName
{
color: #373EF4;
}
</style>
background-color css
<style>
a { background-color: #373EF4; }
a { background-color: rgb(55,62,244); }
div.DivClassName
{
background-color: #373EF4;
}
.BgClassName
{
background-color: #373EF4;
}
</style>
border-color css
<style>
span { border-color: #373EF4; }
span { border-color: rgb(55,62,244); }
td.TdClassName
{
border-color: #373EF4;
}
.TagClassName
{
border-color: #373EF4;
}
</style>