Shades of Neon Blue #464CEC
Tints of Neon Blue #464CEC
RGB
CMYK
RGB Variations
Color information
#464CEC (or 0x464CEC) is known color: Neon Blue. HEX triplet: 46, 4C and EC. RGB value is (70,76,236). Sum of RGB (Red+Green+Blue) = 70+76+236=382 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.32% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 236 (92.58% from 255 or 61.78% from 382); Max value from RGB is 236 - color contains mainly: blue. Hex color #464CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #464CEC is #B9B313. Grayscale: #5B5B5B. Windows color (decimal): -12170004 or 15486022. OLE color: 15486022.
HSL color Cylindrical-coordinate representation of color #464CEC: hue angle of 237.83º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #464CEC is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 76 | 236 | - |
| CMYK | 0.70 | 0.68 | 0 | 0.07 |
| HSL | 237.83º | 0.81% | 0.6% | - |
| HSV(B) | 237.83º | 0.7% | 0.93% | - |
| XYZ | 20.25 | 12.53 | 80.71 | - |
| YUV | 92.45 | 209.01 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 236 | 0.70 | 0.68 | 0 | 0.07 | 237.83 | 0.81 | 0.6 |
| Hex | 46 | 4C | EC | 46 | 44 | 0 | 7 | EE | 51 | 3C |
| Octal | 106 | 114 | 354 | 106 | 104 | 0 | 7 | 356 | 121 | 74 |
| Binary | 1000110 | 1001100 | 11101100 | 1000110 | 1000100 | 0 | 111 | 11101110 | 1010001 | 111100 |
Color Harmonies of #464CEC
Complementary color
Monochromatic Colors of #464CEC
Black with #464CEC
Text Example
Text Example
White with #464CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464CEC; }
p { color: rgb(70,76,236); }
H1.HeaderClassName
{
color: #464CEC;
}
.AnyTagClassName
{
color: #464CEC;
}
</style>
background-color css
<style>
a { background-color: #464CEC; }
a { background-color: rgb(70,76,236); }
div.DivClassName
{
background-color: #464CEC;
}
.BgClassName
{
background-color: #464CEC;
}
</style>
border-color css
<style>
span { border-color: #464CEC; }
span { border-color: rgb(70,76,236); }
td.TdClassName
{
border-color: #464CEC;
}
.TagClassName
{
border-color: #464CEC;
}
</style>