Shades of Neon Blue #373FF8
Tints of Neon Blue #373FF8
RGB
CMYK
RGB Variations
Color information
#373FF8 (or 0x373FF8) is known color: Neon Blue. HEX triplet: 37, 3F and F8. RGB value is (55,63,248). Sum of RGB (Red+Green+Blue) = 55+63+248=366 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.03% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 248 (97.27% from 255 or 67.76% from 366); Max value from RGB is 248 - color contains mainly: blue. Hex color #373FF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373FF8 is #C8C007. Grayscale: #505050. Windows color (decimal): -13156360 or 16269111. OLE color: 16269111.
HSL color Cylindrical-coordinate representation of color #373FF8: hue angle of 237.51º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #373FF8 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 55 | 63 | 248 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.03 |
| HSL | 237.51º | 0.93% | 0.59% | - |
| HSV(B) | 237.51º | 0.78% | 0.97% | - |
| XYZ | 20.3 | 11.14 | 89.89 | - |
| YUV | 81.7 | 221.85 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 63 | 248 | 0.78 | 0.75 | 0 | 0.03 | 237.51 | 0.93 | 0.59 |
| Hex | 37 | 3F | F8 | 4E | 4B | 0 | 3 | EE | 5D | 3B |
| Octal | 67 | 77 | 370 | 116 | 113 | 0 | 3 | 356 | 135 | 73 |
| Binary | 110111 | 111111 | 11111000 | 1001110 | 1001011 | 0 | 11 | 11101110 | 1011101 | 111011 |
Color Harmonies of #373FF8
Complementary color
Monochromatic Colors of #373FF8
Black with #373FF8
Text Example
Text Example
White with #373FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373FF8; }
p { color: rgb(55,63,248); }
H1.HeaderClassName
{
color: #373FF8;
}
.AnyTagClassName
{
color: #373FF8;
}
</style>
background-color css
<style>
a { background-color: #373FF8; }
a { background-color: rgb(55,63,248); }
div.DivClassName
{
background-color: #373FF8;
}
.BgClassName
{
background-color: #373FF8;
}
</style>
border-color css
<style>
span { border-color: #373FF8; }
span { border-color: rgb(55,63,248); }
td.TdClassName
{
border-color: #373FF8;
}
.TagClassName
{
border-color: #373FF8;
}
</style>