Shades of Neon Blue #3741FA
Tints of Neon Blue #3741FA
RGB
CMYK
RGB Variations
Color information
#3741FA (or 0x3741FA) is known color: Neon Blue. HEX triplet: 37, 41 and FA. RGB value is (55,65,250). Sum of RGB (Red+Green+Blue) = 55+65+250=370 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.86% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #3741FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3741FA is #C8BE05. Grayscale: #525252. Windows color (decimal): -13155846 or 16400695. OLE color: 16400695.
HSL color Cylindrical-coordinate representation of color #3741FA: hue angle of 236.92º 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 #3741FA is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 65 | 250 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.02 |
| HSL | 236.92º | 0.95% | 0.6% | - |
| HSV(B) | 236.92º | 0.78% | 0.98% | - |
| XYZ | 20.72 | 11.49 | 91.57 | - |
| YUV | 83.1 | 222.19 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 65 | 250 | 0.78 | 0.74 | 0 | 0.02 | 236.92 | 0.95 | 0.6 |
| Hex | 37 | 41 | FA | 4E | 4A | 0 | 2 | ED | 5F | 3C |
| Octal | 67 | 101 | 372 | 116 | 112 | 0 | 2 | 355 | 137 | 74 |
| Binary | 110111 | 1000001 | 11111010 | 1001110 | 1001010 | 0 | 10 | 11101101 | 1011111 | 111100 |
Color Harmonies of #3741FA
Complementary color
Monochromatic Colors of #3741FA
Black with #3741FA
Text Example
Text Example
White with #3741FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3741FA; }
p { color: rgb(55,65,250); }
H1.HeaderClassName
{
color: #3741FA;
}
.AnyTagClassName
{
color: #3741FA;
}
</style>
background-color css
<style>
a { background-color: #3741FA; }
a { background-color: rgb(55,65,250); }
div.DivClassName
{
background-color: #3741FA;
}
.BgClassName
{
background-color: #3741FA;
}
</style>
border-color css
<style>
span { border-color: #3741FA; }
span { border-color: rgb(55,65,250); }
td.TdClassName
{
border-color: #3741FA;
}
.TagClassName
{
border-color: #3741FA;
}
</style>