Shades of Neon Blue #4635E1
Tints of Neon Blue #4635E1
RGB
CMYK
RGB Variations
Color information
#4635E1 (or 0x4635E1) is known color: Neon Blue. HEX triplet: 46, 35 and E1. RGB value is (70,53,225). Sum of RGB (Red+Green+Blue) = 70+53+225=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 225 (88.28% from 255 or 64.66% from 348); Max value from RGB is 225 - color contains mainly: blue. Hex color #4635E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4635E1 is #B9CA1E. Grayscale: #4D4D4D. Windows color (decimal): -12175903 or 14759238. OLE color: 14759238.
HSL color Cylindrical-coordinate representation of color #4635E1: hue angle of 245.93º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4635E1 is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 70 | 53 | 225 | - |
| CMYK | 0.69 | 0.76 | 0 | 0.12 |
| HSL | 245.93º | 0.74% | 0.55% | - |
| HSV(B) | 245.93º | 0.76% | 0.88% | - |
| XYZ | 17.39 | 9.28 | 72.11 | - |
| YUV | 77.69 | 211.13 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 53 | 225 | 0.69 | 0.76 | 0 | 0.12 | 245.93 | 0.74 | 0.55 |
| Hex | 46 | 35 | E1 | 45 | 4C | 0 | C | F6 | 4A | 37 |
| Octal | 106 | 65 | 341 | 105 | 114 | 0 | 14 | 366 | 112 | 67 |
| Binary | 1000110 | 110101 | 11100001 | 1000101 | 1001100 | 0 | 1100 | 11110110 | 1001010 | 110111 |
Color Harmonies of #4635E1
Complementary color
Monochromatic Colors of #4635E1
Black with #4635E1
Text Example
Text Example
White with #4635E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4635E1; }
p { color: rgb(70,53,225); }
H1.HeaderClassName
{
color: #4635E1;
}
.AnyTagClassName
{
color: #4635E1;
}
</style>
background-color css
<style>
a { background-color: #4635E1; }
a { background-color: rgb(70,53,225); }
div.DivClassName
{
background-color: #4635E1;
}
.BgClassName
{
background-color: #4635E1;
}
</style>
border-color css
<style>
span { border-color: #4635E1; }
span { border-color: rgb(70,53,225); }
td.TdClassName
{
border-color: #4635E1;
}
.TagClassName
{
border-color: #4635E1;
}
</style>