Shades of Neon Blue #4038EF
Tints of Neon Blue #4038EF
RGB
CMYK
RGB Variations
Color information
#4038EF (or 0x4038EF) is known color: Neon Blue. HEX triplet: 40, 38 and EF. RGB value is (64,56,239). Sum of RGB (Red+Green+Blue) = 64+56+239=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 239 (93.75% from 255 or 66.57% from 359); Max value from RGB is 239 - color contains mainly: blue. Hex color #4038EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4038EF is #BFC710. Grayscale: #4E4E4E. Windows color (decimal): -12568337 or 15677504. OLE color: 15677504.
HSL color Cylindrical-coordinate representation of color #4038EF: hue angle of 242.62º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4038EF is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 56 | 239 | - |
| CMYK | 0.73 | 0.77 | 0 | 0.06 |
| HSL | 242.62º | 0.85% | 0.58% | - |
| HSV(B) | 242.62º | 0.77% | 0.94% | - |
| XYZ | 19.11 | 10.15 | 82.61 | - |
| YUV | 79.25 | 218.15 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 56 | 239 | 0.73 | 0.77 | 0 | 0.06 | 242.62 | 0.85 | 0.58 |
| Hex | 40 | 38 | EF | 49 | 4D | 0 | 6 | F3 | 55 | 3A |
| Octal | 100 | 70 | 357 | 111 | 115 | 0 | 6 | 363 | 125 | 72 |
| Binary | 1000000 | 111000 | 11101111 | 1001001 | 1001101 | 0 | 110 | 11110011 | 1010101 | 111010 |
Color Harmonies of #4038EF
Complementary color
Monochromatic Colors of #4038EF
Black with #4038EF
Text Example
Text Example
White with #4038EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4038EF; }
p { color: rgb(64,56,239); }
H1.HeaderClassName
{
color: #4038EF;
}
.AnyTagClassName
{
color: #4038EF;
}
</style>
background-color css
<style>
a { background-color: #4038EF; }
a { background-color: rgb(64,56,239); }
div.DivClassName
{
background-color: #4038EF;
}
.BgClassName
{
background-color: #4038EF;
}
</style>
border-color css
<style>
span { border-color: #4038EF; }
span { border-color: rgb(64,56,239); }
td.TdClassName
{
border-color: #4038EF;
}
.TagClassName
{
border-color: #4038EF;
}
</style>