Shades of Neon Blue #373DF7
Tints of Neon Blue #373DF7
RGB
CMYK
RGB Variations
Color information
#373DF7 (or 0x373DF7) is known color: Neon Blue. HEX triplet: 37, 3D and F7. RGB value is (55,61,247). Sum of RGB (Red+Green+Blue) = 55+61+247=363 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.15% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 247 (96.88% from 255 or 68.04% from 363); Max value from RGB is 247 - color contains mainly: blue. Hex color #373DF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373DF7 is #C8C208. Grayscale: #4F4F4F. Windows color (decimal): -13156873 or 16203063. OLE color: 16203063.
HSL color Cylindrical-coordinate representation of color #373DF7: hue angle of 238.12º degrees, saturation: 0.92, 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 #373DF7 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 55 | 61 | 247 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.03 |
| HSL | 238.13º | 0.92% | 0.59% | - |
| HSV(B) | 238.13º | 0.78% | 0.97% | - |
| XYZ | 20.03 | 10.87 | 89.04 | - |
| YUV | 80.41 | 222.01 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 247 | 0.78 | 0.75 | 0 | 0.03 | 238.13 | 0.92 | 0.59 |
| Hex | 37 | 3D | F7 | 4E | 4B | 0 | 3 | EE | 5C | 3B |
| Octal | 67 | 75 | 367 | 116 | 113 | 0 | 3 | 356 | 134 | 73 |
| Binary | 110111 | 111101 | 11110111 | 1001110 | 1001011 | 0 | 11 | 11101110 | 1011100 | 111011 |
Color Harmonies of #373DF7
Complementary color
Monochromatic Colors of #373DF7
Black with #373DF7
Text Example
Text Example
White with #373DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373DF7; }
p { color: rgb(55,61,247); }
H1.HeaderClassName
{
color: #373DF7;
}
.AnyTagClassName
{
color: #373DF7;
}
</style>
background-color css
<style>
a { background-color: #373DF7; }
a { background-color: rgb(55,61,247); }
div.DivClassName
{
background-color: #373DF7;
}
.BgClassName
{
background-color: #373DF7;
}
</style>
border-color css
<style>
span { border-color: #373DF7; }
span { border-color: rgb(55,61,247); }
td.TdClassName
{
border-color: #373DF7;
}
.TagClassName
{
border-color: #373DF7;
}
</style>