Shades of Neon Blue #3730F1
Tints of Neon Blue #3730F1
RGB
CMYK
RGB Variations
Color information
#3730F1 (or 0x3730F1) is known color: Neon Blue. HEX triplet: 37, 30 and F1. RGB value is (55,48,241). Sum of RGB (Red+Green+Blue) = 55+48+241=344 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.99% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 241 (94.53% from 255 or 70.06% from 344); Max value from RGB is 241 - color contains mainly: blue. Hex color #3730F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3730F1 is #C8CF0E. Grayscale: #474747. Windows color (decimal): -13160207 or 15806519. OLE color: 15806519.
HSL color Cylindrical-coordinate representation of color #3730F1: hue angle of 242.18º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3730F1 is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 48 | 241 | - |
| CMYK | 0.77 | 0.80 | 0 | 0.05 |
| HSL | 242.18º | 0.87% | 0.57% | - |
| HSV(B) | 242.18º | 0.8% | 0.95% | - |
| XYZ | 18.51 | 9.28 | 84.03 | - |
| YUV | 72.1 | 223.32 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 48 | 241 | 0.77 | 0.80 | 0 | 0.05 | 242.18 | 0.87 | 0.57 |
| Hex | 37 | 30 | F1 | 4D | 50 | 0 | 5 | F2 | 57 | 39 |
| Octal | 67 | 60 | 361 | 115 | 120 | 0 | 5 | 362 | 127 | 71 |
| Binary | 110111 | 110000 | 11110001 | 1001101 | 1010000 | 0 | 101 | 11110010 | 1010111 | 111001 |
Color Harmonies of #3730F1
Complementary color
Monochromatic Colors of #3730F1
Black with #3730F1
Text Example
Text Example
White with #3730F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3730F1; }
p { color: rgb(55,48,241); }
H1.HeaderClassName
{
color: #3730F1;
}
.AnyTagClassName
{
color: #3730F1;
}
</style>
background-color css
<style>
a { background-color: #3730F1; }
a { background-color: rgb(55,48,241); }
div.DivClassName
{
background-color: #3730F1;
}
.BgClassName
{
background-color: #3730F1;
}
</style>
border-color css
<style>
span { border-color: #3730F1; }
span { border-color: rgb(55,48,241); }
td.TdClassName
{
border-color: #3730F1;
}
.TagClassName
{
border-color: #3730F1;
}
</style>