Shades of Neon Blue #4035DF
Tints of Neon Blue #4035DF
RGB
CMYK
RGB Variations
Color information
#4035DF (or 0x4035DF) is known color: Neon Blue. HEX triplet: 40, 35 and DF. RGB value is (64,53,223). Sum of RGB (Red+Green+Blue) = 64+53+223=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #4035DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4035DF is #BFCA20. Grayscale: #4B4B4B. Windows color (decimal): -12569121 or 14628160. OLE color: 14628160.
HSL color Cylindrical-coordinate representation of color #4035DF: hue angle of 243.88º 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 #4035DF is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 53 | 223 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.13 |
| HSL | 243.88º | 0.73% | 0.54% | - |
| HSV(B) | 243.88º | 0.76% | 0.87% | - |
| XYZ | 16.71 | 8.96 | 70.66 | - |
| YUV | 75.67 | 211.14 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 53 | 223 | 0.71 | 0.76 | 0 | 0.13 | 243.88 | 0.73 | 0.54 |
| Hex | 40 | 35 | DF | 47 | 4C | 0 | D | F4 | 49 | 36 |
| Octal | 100 | 65 | 337 | 107 | 114 | 0 | 15 | 364 | 111 | 66 |
| Binary | 1000000 | 110101 | 11011111 | 1000111 | 1001100 | 0 | 1101 | 11110100 | 1001001 | 110110 |
Color Harmonies of #4035DF
Complementary color
Monochromatic Colors of #4035DF
Black with #4035DF
Text Example
Text Example
White with #4035DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4035DF; }
p { color: rgb(64,53,223); }
H1.HeaderClassName
{
color: #4035DF;
}
.AnyTagClassName
{
color: #4035DF;
}
</style>
background-color css
<style>
a { background-color: #4035DF; }
a { background-color: rgb(64,53,223); }
div.DivClassName
{
background-color: #4035DF;
}
.BgClassName
{
background-color: #4035DF;
}
</style>
border-color css
<style>
span { border-color: #4035DF; }
span { border-color: rgb(64,53,223); }
td.TdClassName
{
border-color: #4035DF;
}
.TagClassName
{
border-color: #4035DF;
}
</style>