Shades of Neon Blue #3730E5
Tints of Neon Blue #3730E5
RGB
CMYK
RGB Variations
Color information
#3730E5 (or 0x3730E5) is known color: Neon Blue. HEX triplet: 37, 30 and E5. RGB value is (55,48,229). Sum of RGB (Red+Green+Blue) = 55+48+229=332 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.57% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 229 (89.84% from 255 or 68.98% from 332); Max value from RGB is 229 - color contains mainly: blue. Hex color #3730E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3730E5 is #C8CF1A. Grayscale: #464646. Windows color (decimal): -13160219 or 15020087. OLE color: 15020087.
HSL color Cylindrical-coordinate representation of color #3730E5: hue angle of 242.32º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3730E5 is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 55 | 48 | 229 | - |
| CMYK | 0.76 | 0.79 | 0 | 0.10 |
| HSL | 242.32º | 0.78% | 0.54% | - |
| HSV(B) | 242.32º | 0.79% | 0.9% | - |
| XYZ | 16.78 | 8.58 | 74.9 | - |
| YUV | 70.73 | 217.32 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 48 | 229 | 0.76 | 0.79 | 0 | 0.10 | 242.32 | 0.78 | 0.54 |
| Hex | 37 | 30 | E5 | 4C | 4F | 0 | A | F2 | 4E | 36 |
| Octal | 67 | 60 | 345 | 114 | 117 | 0 | 12 | 362 | 116 | 66 |
| Binary | 110111 | 110000 | 11100101 | 1001100 | 1001111 | 0 | 1010 | 11110010 | 1001110 | 110110 |
Color Harmonies of #3730E5
Complementary color
Monochromatic Colors of #3730E5
Black with #3730E5
Text Example
Text Example
White with #3730E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3730E5; }
p { color: rgb(55,48,229); }
H1.HeaderClassName
{
color: #3730E5;
}
.AnyTagClassName
{
color: #3730E5;
}
</style>
background-color css
<style>
a { background-color: #3730E5; }
a { background-color: rgb(55,48,229); }
div.DivClassName
{
background-color: #3730E5;
}
.BgClassName
{
background-color: #3730E5;
}
</style>
border-color css
<style>
span { border-color: #3730E5; }
span { border-color: rgb(55,48,229); }
td.TdClassName
{
border-color: #3730E5;
}
.TagClassName
{
border-color: #3730E5;
}
</style>