Shades of Neon Blue #3732FA
Tints of Neon Blue #3732FA
RGB
CMYK
RGB Variations
Color information
#3732FA (or 0x3732FA) is known color: Neon Blue. HEX triplet: 37, 32 and FA. RGB value is (55,50,250). Sum of RGB (Red+Green+Blue) = 55+50+250=355 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.49% from 355); Green value is 50 (19.92% from 255 or 14.08% from 355); Blue value is 250 (98.05% from 255 or 70.42% from 355); Max value from RGB is 250 - color contains mainly: blue. Hex color #3732FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3732FA is #C8CD05. Grayscale: #494949. Windows color (decimal): -13159686 or 16396855. OLE color: 16396855.
HSL color Cylindrical-coordinate representation of color #3732FA: hue angle of 241.5º degrees, saturation: 0.95, 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 #3732FA is Cyan = 0.78, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 50 | 250 | - |
| CMYK | 0.78 | 0.8 | 0 | 0.02 |
| HSL | 241.5º | 0.95% | 0.59% | - |
| HSV(B) | 241.5º | 0.8% | 0.98% | - |
| XYZ | 19.97 | 10 | 91.32 | - |
| YUV | 74.3 | 227.16 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 50 | 250 | 0.78 | 0.8 | 0 | 0.02 | 241.5 | 0.95 | 0.59 |
| Hex | 37 | 32 | FA | 4E | 50 | 0 | 2 | F2 | 5F | 3B |
| Octal | 67 | 62 | 372 | 116 | 120 | 0 | 2 | 362 | 137 | 73 |
| Binary | 110111 | 110010 | 11111010 | 1001110 | 1010000 | 0 | 10 | 11110010 | 1011111 | 111011 |
Color Harmonies of #3732FA
Complementary color
Monochromatic Colors of #3732FA
Black with #3732FA
Text Example
Text Example
White with #3732FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3732FA; }
p { color: rgb(55,50,250); }
H1.HeaderClassName
{
color: #3732FA;
}
.AnyTagClassName
{
color: #3732FA;
}
</style>
background-color css
<style>
a { background-color: #3732FA; }
a { background-color: rgb(55,50,250); }
div.DivClassName
{
background-color: #3732FA;
}
.BgClassName
{
background-color: #3732FA;
}
</style>
border-color css
<style>
span { border-color: #3732FA; }
span { border-color: rgb(55,50,250); }
td.TdClassName
{
border-color: #3732FA;
}
.TagClassName
{
border-color: #3732FA;
}
</style>