Shades of Neon Blue #3732F9
Tints of Neon Blue #3732F9
RGB
CMYK
RGB Variations
Color information
#3732F9 (or 0x3732F9) is known color: Neon Blue. HEX triplet: 37, 32 and F9. RGB value is (55,50,249). Sum of RGB (Red+Green+Blue) = 55+50+249=354 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.54% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 249 (97.66% from 255 or 70.34% from 354); Max value from RGB is 249 - color contains mainly: blue. Hex color #3732F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3732F9 is #C8CD06. Grayscale: #494949. Windows color (decimal): -13159687 or 16331319. OLE color: 16331319.
HSL color Cylindrical-coordinate representation of color #3732F9: hue angle of 241.51º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3732F9 is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 50 | 249 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.02 |
| HSL | 241.51º | 0.94% | 0.59% | - |
| HSV(B) | 241.51º | 0.8% | 0.98% | - |
| XYZ | 19.82 | 9.93 | 90.5 | - |
| YUV | 74.18 | 226.66 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 50 | 249 | 0.78 | 0.80 | 0 | 0.02 | 241.51 | 0.94 | 0.59 |
| Hex | 37 | 32 | F9 | 4E | 50 | 0 | 2 | F2 | 5E | 3B |
| Octal | 67 | 62 | 371 | 116 | 120 | 0 | 2 | 362 | 136 | 73 |
| Binary | 110111 | 110010 | 11111001 | 1001110 | 1010000 | 0 | 10 | 11110010 | 1011110 | 111011 |
Color Harmonies of #3732F9
Complementary color
Monochromatic Colors of #3732F9
Black with #3732F9
Text Example
Text Example
White with #3732F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3732F9; }
p { color: rgb(55,50,249); }
H1.HeaderClassName
{
color: #3732F9;
}
.AnyTagClassName
{
color: #3732F9;
}
</style>
background-color css
<style>
a { background-color: #3732F9; }
a { background-color: rgb(55,50,249); }
div.DivClassName
{
background-color: #3732F9;
}
.BgClassName
{
background-color: #3732F9;
}
</style>
border-color css
<style>
span { border-color: #3732F9; }
span { border-color: rgb(55,50,249); }
td.TdClassName
{
border-color: #3732F9;
}
.TagClassName
{
border-color: #3732F9;
}
</style>