Shades of Neon Blue #4037E1
Tints of Neon Blue #4037E1
RGB
CMYK
RGB Variations
Color information
#4037E1 (or 0x4037E1) is known color: Neon Blue. HEX triplet: 40, 37 and E1. RGB value is (64,55,225). Sum of RGB (Red+Green+Blue) = 64+55+225=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 225 (88.28% from 255 or 65.41% from 344); Max value from RGB is 225 - color contains mainly: blue. Hex color #4037E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4037E1 is #BFC81E. Grayscale: #4C4C4C. Windows color (decimal): -12568607 or 14759744. OLE color: 14759744.
HSL color Cylindrical-coordinate representation of color #4037E1: hue angle of 243.18º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4037E1 is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 55 | 225 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.12 |
| HSL | 243.18º | 0.74% | 0.55% | - |
| HSV(B) | 243.18º | 0.76% | 0.88% | - |
| XYZ | 17.07 | 9.26 | 72.12 | - |
| YUV | 77.07 | 211.48 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 55 | 225 | 0.72 | 0.76 | 0 | 0.12 | 243.18 | 0.74 | 0.55 |
| Hex | 40 | 37 | E1 | 48 | 4C | 0 | C | F3 | 4A | 37 |
| Octal | 100 | 67 | 341 | 110 | 114 | 0 | 14 | 363 | 112 | 67 |
| Binary | 1000000 | 110111 | 11100001 | 1001000 | 1001100 | 0 | 1100 | 11110011 | 1001010 | 110111 |
Color Harmonies of #4037E1
Complementary color
Monochromatic Colors of #4037E1
Black with #4037E1
Text Example
Text Example
White with #4037E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4037E1; }
p { color: rgb(64,55,225); }
H1.HeaderClassName
{
color: #4037E1;
}
.AnyTagClassName
{
color: #4037E1;
}
</style>
background-color css
<style>
a { background-color: #4037E1; }
a { background-color: rgb(64,55,225); }
div.DivClassName
{
background-color: #4037E1;
}
.BgClassName
{
background-color: #4037E1;
}
</style>
border-color css
<style>
span { border-color: #4037E1; }
span { border-color: rgb(64,55,225); }
td.TdClassName
{
border-color: #4037E1;
}
.TagClassName
{
border-color: #4037E1;
}
</style>