Shades of Neon Blue #373DF8
Tints of Neon Blue #373DF8
RGB
CMYK
RGB Variations
Color information
#373DF8 (or 0x373DF8) is known color: Neon Blue. HEX triplet: 37, 3D and F8. RGB value is (55,61,248). Sum of RGB (Red+Green+Blue) = 55+61+248=364 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.11% from 364); Green value is 61 (24.22% from 255 or 16.76% from 364); Blue value is 248 (97.27% from 255 or 68.13% from 364); Max value from RGB is 248 - color contains mainly: blue. Hex color #373DF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373DF8 is #C8C207. Grayscale: #4F4F4F. Windows color (decimal): -13156872 or 16268599. OLE color: 16268599.
HSL color Cylindrical-coordinate representation of color #373DF8: hue angle of 238.13º 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 #373DF8 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 55 | 61 | 248 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.03 |
| HSL | 238.13º | 0.93% | 0.59% | - |
| HSV(B) | 238.13º | 0.78% | 0.97% | - |
| XYZ | 20.19 | 10.93 | 89.85 | - |
| YUV | 80.52 | 222.51 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 248 | 0.78 | 0.75 | 0 | 0.03 | 238.13 | 0.93 | 0.59 |
| Hex | 37 | 3D | F8 | 4E | 4B | 0 | 3 | EE | 5D | 3B |
| Octal | 67 | 75 | 370 | 116 | 113 | 0 | 3 | 356 | 135 | 73 |
| Binary | 110111 | 111101 | 11111000 | 1001110 | 1001011 | 0 | 11 | 11101110 | 1011101 | 111011 |
Color Harmonies of #373DF8
Complementary color
Monochromatic Colors of #373DF8
Black with #373DF8
Text Example
Text Example
White with #373DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373DF8; }
p { color: rgb(55,61,248); }
H1.HeaderClassName
{
color: #373DF8;
}
.AnyTagClassName
{
color: #373DF8;
}
</style>
background-color css
<style>
a { background-color: #373DF8; }
a { background-color: rgb(55,61,248); }
div.DivClassName
{
background-color: #373DF8;
}
.BgClassName
{
background-color: #373DF8;
}
</style>
border-color css
<style>
span { border-color: #373DF8; }
span { border-color: rgb(55,61,248); }
td.TdClassName
{
border-color: #373DF8;
}
.TagClassName
{
border-color: #373DF8;
}
</style>