Shades of Neon Blue #4035ED
Tints of Neon Blue #4035ED
RGB
CMYK
RGB Variations
Color information
#4035ED (or 0x4035ED) is known color: Neon Blue. HEX triplet: 40, 35 and ED. RGB value is (64,53,237). Sum of RGB (Red+Green+Blue) = 64+53+237=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 237 (92.97% from 255 or 66.95% from 354); Max value from RGB is 237 - color contains mainly: blue. Hex color #4035ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4035ED is #BFCA12. Grayscale: #4C4C4C. Windows color (decimal): -12569107 or 15545664. OLE color: 15545664.
HSL color Cylindrical-coordinate representation of color #4035ED: hue angle of 243.59º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4035ED is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 53 | 237 | - |
| CMYK | 0.73 | 0.78 | 0 | 0.07 |
| HSL | 243.59º | 0.84% | 0.57% | - |
| HSV(B) | 243.59º | 0.78% | 0.93% | - |
| XYZ | 18.67 | 9.75 | 81.02 | - |
| YUV | 77.27 | 218.14 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 53 | 237 | 0.73 | 0.78 | 0 | 0.07 | 243.59 | 0.84 | 0.57 |
| Hex | 40 | 35 | ED | 49 | 4E | 0 | 7 | F4 | 54 | 39 |
| Octal | 100 | 65 | 355 | 111 | 116 | 0 | 7 | 364 | 124 | 71 |
| Binary | 1000000 | 110101 | 11101101 | 1001001 | 1001110 | 0 | 111 | 11110100 | 1010100 | 111001 |
Color Harmonies of #4035ED
Complementary color
Monochromatic Colors of #4035ED
Black with #4035ED
Text Example
Text Example
White with #4035ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4035ED; }
p { color: rgb(64,53,237); }
H1.HeaderClassName
{
color: #4035ED;
}
.AnyTagClassName
{
color: #4035ED;
}
</style>
background-color css
<style>
a { background-color: #4035ED; }
a { background-color: rgb(64,53,237); }
div.DivClassName
{
background-color: #4035ED;
}
.BgClassName
{
background-color: #4035ED;
}
</style>
border-color css
<style>
span { border-color: #4035ED; }
span { border-color: rgb(64,53,237); }
td.TdClassName
{
border-color: #4035ED;
}
.TagClassName
{
border-color: #4035ED;
}
</style>