Shades of Neon Blue #4038ED
Tints of Neon Blue #4038ED
RGB
CMYK
RGB Variations
Color information
#4038ED (or 0x4038ED) is known color: Neon Blue. HEX triplet: 40, 38 and ED. RGB value is (64,56,237). Sum of RGB (Red+Green+Blue) = 64+56+237=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 237 (92.97% from 255 or 66.39% from 357); Max value from RGB is 237 - color contains mainly: blue. Hex color #4038ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4038ED is #BFC712. Grayscale: #4E4E4E. Windows color (decimal): -12568339 or 15546432. OLE color: 15546432.
HSL color Cylindrical-coordinate representation of color #4038ED: hue angle of 242.65º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4038ED is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 56 | 237 | - |
| CMYK | 0.73 | 0.76 | 0 | 0.07 |
| HSL | 242.65º | 0.83% | 0.57% | - |
| HSV(B) | 242.65º | 0.76% | 0.93% | - |
| XYZ | 18.81 | 10.03 | 81.07 | - |
| YUV | 79.03 | 217.15 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 56 | 237 | 0.73 | 0.76 | 0 | 0.07 | 242.65 | 0.83 | 0.57 |
| Hex | 40 | 38 | ED | 49 | 4C | 0 | 7 | F3 | 53 | 39 |
| Octal | 100 | 70 | 355 | 111 | 114 | 0 | 7 | 363 | 123 | 71 |
| Binary | 1000000 | 111000 | 11101101 | 1001001 | 1001100 | 0 | 111 | 11110011 | 1010011 | 111001 |
Color Harmonies of #4038ED
Complementary color
Monochromatic Colors of #4038ED
Black with #4038ED
Text Example
Text Example
White with #4038ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4038ED; }
p { color: rgb(64,56,237); }
H1.HeaderClassName
{
color: #4038ED;
}
.AnyTagClassName
{
color: #4038ED;
}
</style>
background-color css
<style>
a { background-color: #4038ED; }
a { background-color: rgb(64,56,237); }
div.DivClassName
{
background-color: #4038ED;
}
.BgClassName
{
background-color: #4038ED;
}
</style>
border-color css
<style>
span { border-color: #4038ED; }
span { border-color: rgb(64,56,237); }
td.TdClassName
{
border-color: #4038ED;
}
.TagClassName
{
border-color: #4038ED;
}
</style>