Shades of Neon Blue #4036DF
Tints of Neon Blue #4036DF
RGB
CMYK
RGB Variations
Color information
#4036DF (or 0x4036DF) is known color: Neon Blue. HEX triplet: 40, 36 and DF. RGB value is (64,54,223). Sum of RGB (Red+Green+Blue) = 64+54+223=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 223 (87.5% from 255 or 65.40% from 341); Max value from RGB is 223 - color contains mainly: blue. Hex color #4036DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4036DF is #BFC920. Grayscale: #4B4B4B. Windows color (decimal): -12568865 or 14628416. OLE color: 14628416.
HSL color Cylindrical-coordinate representation of color #4036DF: hue angle of 243.55º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4036DF is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 54 | 223 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.13 |
| HSL | 243.55º | 0.73% | 0.54% | - |
| HSV(B) | 243.55º | 0.76% | 0.87% | - |
| XYZ | 16.75 | 9.06 | 70.68 | - |
| YUV | 76.26 | 210.81 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 54 | 223 | 0.71 | 0.76 | 0 | 0.13 | 243.55 | 0.73 | 0.54 |
| Hex | 40 | 36 | DF | 47 | 4C | 0 | D | F4 | 49 | 36 |
| Octal | 100 | 66 | 337 | 107 | 114 | 0 | 15 | 364 | 111 | 66 |
| Binary | 1000000 | 110110 | 11011111 | 1000111 | 1001100 | 0 | 1101 | 11110100 | 1001001 | 110110 |
Color Harmonies of #4036DF
Complementary color
Monochromatic Colors of #4036DF
Black with #4036DF
Text Example
Text Example
White with #4036DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4036DF; }
p { color: rgb(64,54,223); }
H1.HeaderClassName
{
color: #4036DF;
}
.AnyTagClassName
{
color: #4036DF;
}
</style>
background-color css
<style>
a { background-color: #4036DF; }
a { background-color: rgb(64,54,223); }
div.DivClassName
{
background-color: #4036DF;
}
.BgClassName
{
background-color: #4036DF;
}
</style>
border-color css
<style>
span { border-color: #4036DF; }
span { border-color: rgb(64,54,223); }
td.TdClassName
{
border-color: #4036DF;
}
.TagClassName
{
border-color: #4036DF;
}
</style>