Shades of Neon Blue #4038EE
Tints of Neon Blue #4038EE
RGB
CMYK
RGB Variations
Color information
#4038EE (or 0x4038EE) is known color: Neon Blue. HEX triplet: 40, 38 and EE. RGB value is (64,56,238). Sum of RGB (Red+Green+Blue) = 64+56+238=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 238 (93.36% from 255 or 66.48% from 358); Max value from RGB is 238 - color contains mainly: blue. Hex color #4038EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4038EE is #BFC711. Grayscale: #4E4E4E. Windows color (decimal): -12568338 or 15611968. OLE color: 15611968.
HSL color Cylindrical-coordinate representation of color #4038EE: hue angle of 242.64º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4038EE is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 56 | 238 | - |
| CMYK | 0.73 | 0.76 | 0 | 0.07 |
| HSL | 242.64º | 0.84% | 0.58% | - |
| HSV(B) | 242.64º | 0.76% | 0.93% | - |
| XYZ | 18.96 | 10.09 | 81.84 | - |
| YUV | 79.14 | 217.65 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 56 | 238 | 0.73 | 0.76 | 0 | 0.07 | 242.64 | 0.84 | 0.58 |
| Hex | 40 | 38 | EE | 49 | 4C | 0 | 7 | F3 | 54 | 3A |
| Octal | 100 | 70 | 356 | 111 | 114 | 0 | 7 | 363 | 124 | 72 |
| Binary | 1000000 | 111000 | 11101110 | 1001001 | 1001100 | 0 | 111 | 11110011 | 1010100 | 111010 |
Color Harmonies of #4038EE
Complementary color
Monochromatic Colors of #4038EE
Black with #4038EE
Text Example
Text Example
White with #4038EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4038EE; }
p { color: rgb(64,56,238); }
H1.HeaderClassName
{
color: #4038EE;
}
.AnyTagClassName
{
color: #4038EE;
}
</style>
background-color css
<style>
a { background-color: #4038EE; }
a { background-color: rgb(64,56,238); }
div.DivClassName
{
background-color: #4038EE;
}
.BgClassName
{
background-color: #4038EE;
}
</style>
border-color css
<style>
span { border-color: #4038EE; }
span { border-color: rgb(64,56,238); }
td.TdClassName
{
border-color: #4038EE;
}
.TagClassName
{
border-color: #4038EE;
}
</style>