Shades of Neon Blue #373EFF
Tints of Neon Blue #373EFF
RGB
CMYK
RGB Variations
Color information
#373EFF (or 0x373EFF) is known color: Neon Blue. HEX triplet: 37, 3E and FF. RGB value is (55,62,255). Sum of RGB (Red+Green+Blue) = 55+62+255=372 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.78% from 372); Green value is 62 (24.61% from 255 or 16.67% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #373EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373EFF is #C8C100. Grayscale: #515151. Windows color (decimal): -13156609 or 16727607. OLE color: 16727607.
HSL color Cylindrical-coordinate representation of color #373EFF: hue angle of 237.9º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #373EFF is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 62 | 255 | - |
| CMYK | 0.78 | 0.76 | 0 | 0 |
| HSL | 237.9º | 1% | 0.61% | - |
| HSV(B) | 237.9º | 0.78% | 1% | - |
| XYZ | 21.35 | 11.48 | 95.7 | - |
| YUV | 81.91 | 225.68 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 62 | 255 | 0.78 | 0.76 | 0 | 0 | 237.9 | 1 | 0.61 |
| Hex | 37 | 3E | FF | 4E | 4C | 0 | 0 | EE | 64 | 3D |
| Octal | 67 | 76 | 377 | 116 | 114 | 0 | 0 | 356 | 144 | 75 |
| Binary | 110111 | 111110 | 11111111 | 1001110 | 1001100 | 0 | 0 | 11101110 | 1100100 | 111101 |
Color Harmonies of #373EFF
Complementary color
Monochromatic Colors of #373EFF
Black with #373EFF
Text Example
Text Example
White with #373EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373EFF; }
p { color: rgb(55,62,255); }
H1.HeaderClassName
{
color: #373EFF;
}
.AnyTagClassName
{
color: #373EFF;
}
</style>
background-color css
<style>
a { background-color: #373EFF; }
a { background-color: rgb(55,62,255); }
div.DivClassName
{
background-color: #373EFF;
}
.BgClassName
{
background-color: #373EFF;
}
</style>
border-color css
<style>
span { border-color: #373EFF; }
span { border-color: rgb(55,62,255); }
td.TdClassName
{
border-color: #373EFF;
}
.TagClassName
{
border-color: #373EFF;
}
</style>