Shades of Neon Blue #4038E0
Tints of Neon Blue #4038E0
RGB
CMYK
RGB Variations
Color information
#4038E0 (or 0x4038E0) is known color: Neon Blue. HEX triplet: 40, 38 and E0. RGB value is (64,56,224). Sum of RGB (Red+Green+Blue) = 64+56+224=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 224 (87.89% from 255 or 65.12% from 344); Max value from RGB is 224 - color contains mainly: blue. Hex color #4038E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4038E0 is #BFC71F. Grayscale: #4C4C4C. Windows color (decimal): -12568352 or 14694464. OLE color: 14694464.
HSL color Cylindrical-coordinate representation of color #4038E0: hue angle of 242.86º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4038E0 is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 56 | 224 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.12 |
| HSL | 242.86º | 0.73% | 0.55% | - |
| HSV(B) | 242.86º | 0.75% | 0.88% | - |
| XYZ | 16.98 | 9.3 | 71.42 | - |
| YUV | 77.54 | 210.65 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 56 | 224 | 0.71 | 0.75 | 0 | 0.12 | 242.86 | 0.73 | 0.55 |
| Hex | 40 | 38 | E0 | 47 | 4B | 0 | C | F3 | 49 | 37 |
| Octal | 100 | 70 | 340 | 107 | 113 | 0 | 14 | 363 | 111 | 67 |
| Binary | 1000000 | 111000 | 11100000 | 1000111 | 1001011 | 0 | 1100 | 11110011 | 1001001 | 110111 |
Color Harmonies of #4038E0
Complementary color
Monochromatic Colors of #4038E0
Black with #4038E0
Text Example
Text Example
White with #4038E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4038E0; }
p { color: rgb(64,56,224); }
H1.HeaderClassName
{
color: #4038E0;
}
.AnyTagClassName
{
color: #4038E0;
}
</style>
background-color css
<style>
a { background-color: #4038E0; }
a { background-color: rgb(64,56,224); }
div.DivClassName
{
background-color: #4038E0;
}
.BgClassName
{
background-color: #4038E0;
}
</style>
border-color css
<style>
span { border-color: #4038E0; }
span { border-color: rgb(64,56,224); }
td.TdClassName
{
border-color: #4038E0;
}
.TagClassName
{
border-color: #4038E0;
}
</style>