Shades of Neon Blue #4038DD
Tints of Neon Blue #4038DD
RGB
CMYK
RGB Variations
Color information
#4038DD (or 0x4038DD) is known color: Neon Blue. HEX triplet: 40, 38 and DD. RGB value is (64,56,221). Sum of RGB (Red+Green+Blue) = 64+56+221=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #4038DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4038DD is #BFC722. Grayscale: #4C4C4C. Windows color (decimal): -12568355 or 14497856. OLE color: 14497856.
HSL color Cylindrical-coordinate representation of color #4038DD: hue angle of 242.91º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4038DD is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 56 | 221 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.13 |
| HSL | 242.91º | 0.71% | 0.54% | - |
| HSV(B) | 242.91º | 0.75% | 0.87% | - |
| XYZ | 16.58 | 9.14 | 69.3 | - |
| YUV | 77.2 | 209.15 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 56 | 221 | 0.71 | 0.75 | 0 | 0.13 | 242.91 | 0.71 | 0.54 |
| Hex | 40 | 38 | DD | 47 | 4B | 0 | D | F3 | 47 | 36 |
| Octal | 100 | 70 | 335 | 107 | 113 | 0 | 15 | 363 | 107 | 66 |
| Binary | 1000000 | 111000 | 11011101 | 1000111 | 1001011 | 0 | 1101 | 11110011 | 1000111 | 110110 |
Color Harmonies of #4038DD
Complementary color
Monochromatic Colors of #4038DD
Black with #4038DD
Text Example
Text Example
White with #4038DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4038DD; }
p { color: rgb(64,56,221); }
H1.HeaderClassName
{
color: #4038DD;
}
.AnyTagClassName
{
color: #4038DD;
}
</style>
background-color css
<style>
a { background-color: #4038DD; }
a { background-color: rgb(64,56,221); }
div.DivClassName
{
background-color: #4038DD;
}
.BgClassName
{
background-color: #4038DD;
}
</style>
border-color css
<style>
span { border-color: #4038DD; }
span { border-color: rgb(64,56,221); }
td.TdClassName
{
border-color: #4038DD;
}
.TagClassName
{
border-color: #4038DD;
}
</style>