Shades of Neon Blue #3740FA
Tints of Neon Blue #3740FA
RGB
CMYK
RGB Variations
Color information
#3740FA (or 0x3740FA) is known color: Neon Blue. HEX triplet: 37, 40 and FA. RGB value is (55,64,250). Sum of RGB (Red+Green+Blue) = 55+64+250=369 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.91% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 250 (98.05% from 255 or 67.75% from 369); Max value from RGB is 250 - color contains mainly: blue. Hex color #3740FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3740FA is #C8BF05. Grayscale: #515151. Windows color (decimal): -13156102 or 16400439. OLE color: 16400439.
HSL color Cylindrical-coordinate representation of color #3740FA: hue angle of 237.23º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3740FA is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 64 | 250 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.02 |
| HSL | 237.23º | 0.95% | 0.6% | - |
| HSV(B) | 237.23º | 0.78% | 0.98% | - |
| XYZ | 20.66 | 11.38 | 91.55 | - |
| YUV | 82.51 | 222.52 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 64 | 250 | 0.78 | 0.74 | 0 | 0.02 | 237.23 | 0.95 | 0.6 |
| Hex | 37 | 40 | FA | 4E | 4A | 0 | 2 | ED | 5F | 3C |
| Octal | 67 | 100 | 372 | 116 | 112 | 0 | 2 | 355 | 137 | 74 |
| Binary | 110111 | 1000000 | 11111010 | 1001110 | 1001010 | 0 | 10 | 11101101 | 1011111 | 111100 |
Color Harmonies of #3740FA
Complementary color
Monochromatic Colors of #3740FA
Black with #3740FA
Text Example
Text Example
White with #3740FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3740FA; }
p { color: rgb(55,64,250); }
H1.HeaderClassName
{
color: #3740FA;
}
.AnyTagClassName
{
color: #3740FA;
}
</style>
background-color css
<style>
a { background-color: #3740FA; }
a { background-color: rgb(55,64,250); }
div.DivClassName
{
background-color: #3740FA;
}
.BgClassName
{
background-color: #3740FA;
}
</style>
border-color css
<style>
span { border-color: #3740FA; }
span { border-color: rgb(55,64,250); }
td.TdClassName
{
border-color: #3740FA;
}
.TagClassName
{
border-color: #3740FA;
}
</style>