Shades of Neon Blue #464CEB
Tints of Neon Blue #464CEB
RGB
CMYK
RGB Variations
Color information
#464CEB (or 0x464CEB) is known color: Neon Blue. HEX triplet: 46, 4C and EB. RGB value is (70,76,235). Sum of RGB (Red+Green+Blue) = 70+76+235=381 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.37% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 235 (92.19% from 255 or 61.68% from 381); Max value from RGB is 235 - color contains mainly: blue. Hex color #464CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #464CEB is #B9B314. Grayscale: #5B5B5B. Windows color (decimal): -12170005 or 15420486. OLE color: 15420486.
HSL color Cylindrical-coordinate representation of color #464CEB: hue angle of 237.82º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #464CEB is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 76 | 235 | - |
| CMYK | 0.70 | 0.68 | 0 | 0.08 |
| HSL | 237.82º | 0.8% | 0.6% | - |
| HSV(B) | 237.82º | 0.7% | 0.92% | - |
| XYZ | 20.11 | 12.47 | 79.94 | - |
| YUV | 92.33 | 208.51 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 235 | 0.70 | 0.68 | 0 | 0.08 | 237.82 | 0.8 | 0.6 |
| Hex | 46 | 4C | EB | 46 | 44 | 0 | 8 | EE | 50 | 3C |
| Octal | 106 | 114 | 353 | 106 | 104 | 0 | 10 | 356 | 120 | 74 |
| Binary | 1000110 | 1001100 | 11101011 | 1000110 | 1000100 | 0 | 1000 | 11101110 | 1010000 | 111100 |
Color Harmonies of #464CEB
Complementary color
Monochromatic Colors of #464CEB
Black with #464CEB
Text Example
Text Example
White with #464CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464CEB; }
p { color: rgb(70,76,235); }
H1.HeaderClassName
{
color: #464CEB;
}
.AnyTagClassName
{
color: #464CEB;
}
</style>
background-color css
<style>
a { background-color: #464CEB; }
a { background-color: rgb(70,76,235); }
div.DivClassName
{
background-color: #464CEB;
}
.BgClassName
{
background-color: #464CEB;
}
</style>
border-color css
<style>
span { border-color: #464CEB; }
span { border-color: rgb(70,76,235); }
td.TdClassName
{
border-color: #464CEB;
}
.TagClassName
{
border-color: #464CEB;
}
</style>