Shades of Neon Blue #3746FF
Tints of Neon Blue #3746FF
RGB
CMYK
RGB Variations
Color information
#3746FF (or 0x3746FF) is known color: Neon Blue. HEX triplet: 37, 46 and FF. RGB value is (55,70,255). Sum of RGB (Red+Green+Blue) = 55+70+255=380 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.47% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 255 (100% from 255 or 67.11% from 380); Max value from RGB is 255 - color contains mainly: blue. Hex color #3746FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3746FF is #C8B900. Grayscale: #555555. Windows color (decimal): -13154561 or 16729655. OLE color: 16729655.
HSL color Cylindrical-coordinate representation of color #3746FF: hue angle of 235.5º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3746FF is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 70 | 255 | - |
| CMYK | 0.78 | 0.73 | 0 | 0 |
| HSL | 235.5º | 1% | 0.61% | - |
| HSV(B) | 235.5º | 0.78% | 1% | - |
| XYZ | 21.82 | 12.41 | 95.85 | - |
| YUV | 86.61 | 223.03 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 70 | 255 | 0.78 | 0.73 | 0 | 0 | 235.5 | 1 | 0.61 |
| Hex | 37 | 46 | FF | 4E | 49 | 0 | 0 | EC | 64 | 3D |
| Octal | 67 | 106 | 377 | 116 | 111 | 0 | 0 | 354 | 144 | 75 |
| Binary | 110111 | 1000110 | 11111111 | 1001110 | 1001001 | 0 | 0 | 11101100 | 1100100 | 111101 |
Color Harmonies of #3746FF
Complementary color
Monochromatic Colors of #3746FF
Black with #3746FF
Text Example
Text Example
White with #3746FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3746FF; }
p { color: rgb(55,70,255); }
H1.HeaderClassName
{
color: #3746FF;
}
.AnyTagClassName
{
color: #3746FF;
}
</style>
background-color css
<style>
a { background-color: #3746FF; }
a { background-color: rgb(55,70,255); }
div.DivClassName
{
background-color: #3746FF;
}
.BgClassName
{
background-color: #3746FF;
}
</style>
border-color css
<style>
span { border-color: #3746FF; }
span { border-color: rgb(55,70,255); }
td.TdClassName
{
border-color: #3746FF;
}
.TagClassName
{
border-color: #3746FF;
}
</style>