Shades of Neon Blue #373AFE
Tints of Neon Blue #373AFE
RGB
CMYK
RGB Variations
Color information
#373AFE (or 0x373AFE) is known color: Neon Blue. HEX triplet: 37, 3A and FE. RGB value is (55,58,254). Sum of RGB (Red+Green+Blue) = 55+58+254=367 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.99% from 367); Green value is 58 (23.05% from 255 or 15.80% from 367); Blue value is 254 (99.61% from 255 or 69.21% from 367); Max value from RGB is 254 - color contains mainly: blue. Hex color #373AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373AFE is #C8C501. Grayscale: #4E4E4E. Windows color (decimal): -13157634 or 16661047. OLE color: 16661047.
HSL color Cylindrical-coordinate representation of color #373AFE: hue angle of 239.1º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #373AFE is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 58 | 254 | - |
| CMYK | 0.78 | 0.77 | 0 | 0.00 |
| HSL | 239.1º | 0.99% | 0.61% | - |
| HSV(B) | 239.1º | 0.78% | 1% | - |
| XYZ | 20.98 | 10.99 | 94.78 | - |
| YUV | 79.45 | 226.51 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 58 | 254 | 0.78 | 0.77 | 0 | 0.00 | 239.1 | 0.99 | 0.61 |
| Hex | 37 | 3A | FE | 4E | 4D | 0 | 0 | EF | 63 | 3D |
| Octal | 67 | 72 | 376 | 116 | 115 | 0 | 0 | 357 | 143 | 75 |
| Binary | 110111 | 111010 | 11111110 | 1001110 | 1001101 | 0 | 0 | 11101111 | 1100011 | 111101 |
Color Harmonies of #373AFE
Complementary color
Monochromatic Colors of #373AFE
Black with #373AFE
Text Example
Text Example
White with #373AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373AFE; }
p { color: rgb(55,58,254); }
H1.HeaderClassName
{
color: #373AFE;
}
.AnyTagClassName
{
color: #373AFE;
}
</style>
background-color css
<style>
a { background-color: #373AFE; }
a { background-color: rgb(55,58,254); }
div.DivClassName
{
background-color: #373AFE;
}
.BgClassName
{
background-color: #373AFE;
}
</style>
border-color css
<style>
span { border-color: #373AFE; }
span { border-color: rgb(55,58,254); }
td.TdClassName
{
border-color: #373AFE;
}
.TagClassName
{
border-color: #373AFE;
}
</style>