Shades of Neon Blue #373DEF
Tints of Neon Blue #373DEF
RGB
CMYK
RGB Variations
Color information
#373DEF (or 0x373DEF) is known color: Neon Blue. HEX triplet: 37, 3D and EF. RGB value is (55,61,239). Sum of RGB (Red+Green+Blue) = 55+61+239=355 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.49% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 239 (93.75% from 255 or 67.32% from 355); Max value from RGB is 239 - color contains mainly: blue. Hex color #373DEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373DEF is #C8C210. Grayscale: #4E4E4E. Windows color (decimal): -13156881 or 15678775. OLE color: 15678775.
HSL color Cylindrical-coordinate representation of color #373DEF: hue angle of 238.04º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #373DEF is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 61 | 239 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.06 |
| HSL | 238.04º | 0.85% | 0.58% | - |
| HSV(B) | 238.04º | 0.77% | 0.94% | - |
| XYZ | 18.82 | 10.38 | 82.67 | - |
| YUV | 79.5 | 218.01 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 239 | 0.77 | 0.74 | 0 | 0.06 | 238.04 | 0.85 | 0.58 |
| Hex | 37 | 3D | EF | 4D | 4A | 0 | 6 | EE | 55 | 3A |
| Octal | 67 | 75 | 357 | 115 | 112 | 0 | 6 | 356 | 125 | 72 |
| Binary | 110111 | 111101 | 11101111 | 1001101 | 1001010 | 0 | 110 | 11101110 | 1010101 | 111010 |
Color Harmonies of #373DEF
Complementary color
Monochromatic Colors of #373DEF
Black with #373DEF
Text Example
Text Example
White with #373DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373DEF; }
p { color: rgb(55,61,239); }
H1.HeaderClassName
{
color: #373DEF;
}
.AnyTagClassName
{
color: #373DEF;
}
</style>
background-color css
<style>
a { background-color: #373DEF; }
a { background-color: rgb(55,61,239); }
div.DivClassName
{
background-color: #373DEF;
}
.BgClassName
{
background-color: #373DEF;
}
</style>
border-color css
<style>
span { border-color: #373DEF; }
span { border-color: rgb(55,61,239); }
td.TdClassName
{
border-color: #373DEF;
}
.TagClassName
{
border-color: #373DEF;
}
</style>