Shades of Neon Blue #373BFF
Tints of Neon Blue #373BFF
RGB
CMYK
RGB Variations
Color information
#373BFF (or 0x373BFF) is known color: Neon Blue. HEX triplet: 37, 3B and FF. RGB value is (55,59,255). Sum of RGB (Red+Green+Blue) = 55+59+255=369 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.91% from 369); Green value is 59 (23.44% from 255 or 15.99% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #373BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373BFF is #C8C400. Grayscale: #4F4F4F. Windows color (decimal): -13157377 or 16726839. OLE color: 16726839.
HSL color Cylindrical-coordinate representation of color #373BFF: hue angle of 238.8º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #373BFF is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 59 | 255 | - |
| CMYK | 0.78 | 0.77 | 0 | 0 |
| HSL | 238.8º | 1% | 0.61% | - |
| HSV(B) | 238.8º | 0.78% | 1% | - |
| XYZ | 21.19 | 11.16 | 95.65 | - |
| YUV | 80.15 | 226.67 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 59 | 255 | 0.78 | 0.77 | 0 | 0 | 238.8 | 1 | 0.61 |
| Hex | 37 | 3B | FF | 4E | 4D | 0 | 0 | EF | 64 | 3D |
| Octal | 67 | 73 | 377 | 116 | 115 | 0 | 0 | 357 | 144 | 75 |
| Binary | 110111 | 111011 | 11111111 | 1001110 | 1001101 | 0 | 0 | 11101111 | 1100100 | 111101 |
Color Harmonies of #373BFF
Complementary color
Monochromatic Colors of #373BFF
Black with #373BFF
Text Example
Text Example
White with #373BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373BFF; }
p { color: rgb(55,59,255); }
H1.HeaderClassName
{
color: #373BFF;
}
.AnyTagClassName
{
color: #373BFF;
}
</style>
background-color css
<style>
a { background-color: #373BFF; }
a { background-color: rgb(55,59,255); }
div.DivClassName
{
background-color: #373BFF;
}
.BgClassName
{
background-color: #373BFF;
}
</style>
border-color css
<style>
span { border-color: #373BFF; }
span { border-color: rgb(55,59,255); }
td.TdClassName
{
border-color: #373BFF;
}
.TagClassName
{
border-color: #373BFF;
}
</style>