Shades of Neon Blue #373AE8
Tints of Neon Blue #373AE8
RGB
CMYK
RGB Variations
Color information
#373AE8 (or 0x373AE8) is known color: Neon Blue. HEX triplet: 37, 3A and E8. RGB value is (55,58,232). Sum of RGB (Red+Green+Blue) = 55+58+232=345 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.94% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 232 (91.02% from 255 or 67.25% from 345); Max value from RGB is 232 - color contains mainly: blue. Hex color #373AE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373AE8 is #C8C517. Grayscale: #4C4C4C. Windows color (decimal): -13157656 or 15219255. OLE color: 15219255.
HSL color Cylindrical-coordinate representation of color #373AE8: hue angle of 238.98º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #373AE8 is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 55 | 58 | 232 | - |
| CMYK | 0.76 | 0.75 | 0 | 0.09 |
| HSL | 238.98º | 0.79% | 0.56% | - |
| HSV(B) | 238.98º | 0.76% | 0.91% | - |
| XYZ | 17.65 | 9.66 | 77.28 | - |
| YUV | 76.94 | 215.51 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 58 | 232 | 0.76 | 0.75 | 0 | 0.09 | 238.98 | 0.79 | 0.56 |
| Hex | 37 | 3A | E8 | 4C | 4B | 0 | 9 | EF | 4F | 38 |
| Octal | 67 | 72 | 350 | 114 | 113 | 0 | 11 | 357 | 117 | 70 |
| Binary | 110111 | 111010 | 11101000 | 1001100 | 1001011 | 0 | 1001 | 11101111 | 1001111 | 111000 |
Color Harmonies of #373AE8
Complementary color
Monochromatic Colors of #373AE8
Black with #373AE8
Text Example
Text Example
White with #373AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373AE8; }
p { color: rgb(55,58,232); }
H1.HeaderClassName
{
color: #373AE8;
}
.AnyTagClassName
{
color: #373AE8;
}
</style>
background-color css
<style>
a { background-color: #373AE8; }
a { background-color: rgb(55,58,232); }
div.DivClassName
{
background-color: #373AE8;
}
.BgClassName
{
background-color: #373AE8;
}
</style>
border-color css
<style>
span { border-color: #373AE8; }
span { border-color: rgb(55,58,232); }
td.TdClassName
{
border-color: #373AE8;
}
.TagClassName
{
border-color: #373AE8;
}
</style>