Shades of Neon Blue #3731ED
Tints of Neon Blue #3731ED
RGB
CMYK
RGB Variations
Color information
#3731ED (or 0x3731ED) is known color: Neon Blue. HEX triplet: 37, 31 and ED. RGB value is (55,49,237). Sum of RGB (Red+Green+Blue) = 55+49+237=341 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.13% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 237 (92.97% from 255 or 69.50% from 341); Max value from RGB is 237 - color contains mainly: blue. Hex color #3731ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3731ED is #C8CE12. Grayscale: #474747. Windows color (decimal): -13159955 or 15544631. OLE color: 15544631.
HSL color Cylindrical-coordinate representation of color #3731ED: hue angle of 241.91º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3731ED is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 49 | 237 | - |
| CMYK | 0.77 | 0.79 | 0 | 0.07 |
| HSL | 241.91º | 0.84% | 0.56% | - |
| HSV(B) | 241.91º | 0.79% | 0.93% | - |
| XYZ | 17.96 | 9.12 | 80.94 | - |
| YUV | 72.23 | 220.99 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 49 | 237 | 0.77 | 0.79 | 0 | 0.07 | 241.91 | 0.84 | 0.56 |
| Hex | 37 | 31 | ED | 4D | 4F | 0 | 7 | F2 | 54 | 38 |
| Octal | 67 | 61 | 355 | 115 | 117 | 0 | 7 | 362 | 124 | 70 |
| Binary | 110111 | 110001 | 11101101 | 1001101 | 1001111 | 0 | 111 | 11110010 | 1010100 | 111000 |
Color Harmonies of #3731ED
Complementary color
Monochromatic Colors of #3731ED
Black with #3731ED
Text Example
Text Example
White with #3731ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3731ED; }
p { color: rgb(55,49,237); }
H1.HeaderClassName
{
color: #3731ED;
}
.AnyTagClassName
{
color: #3731ED;
}
</style>
background-color css
<style>
a { background-color: #3731ED; }
a { background-color: rgb(55,49,237); }
div.DivClassName
{
background-color: #3731ED;
}
.BgClassName
{
background-color: #3731ED;
}
</style>
border-color css
<style>
span { border-color: #3731ED; }
span { border-color: rgb(55,49,237); }
td.TdClassName
{
border-color: #3731ED;
}
.TagClassName
{
border-color: #3731ED;
}
</style>