Shades of Neon Blue #464DEC
Tints of Neon Blue #464DEC
RGB
CMYK
RGB Variations
Color information
#464DEC (or 0x464DEC) is known color: Neon Blue. HEX triplet: 46, 4D and EC. RGB value is (70,77,236). Sum of RGB (Red+Green+Blue) = 70+77+236=383 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.28% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 236 (92.58% from 255 or 61.62% from 383); Max value from RGB is 236 - color contains mainly: blue. Hex color #464DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #464DEC is #B9B213. Grayscale: #5C5C5C. Windows color (decimal): -12169748 or 15486278. OLE color: 15486278.
HSL color Cylindrical-coordinate representation of color #464DEC: hue angle of 237.47º 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 #464DEC is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 77 | 236 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.07 |
| HSL | 237.47º | 0.81% | 0.6% | - |
| HSV(B) | 237.47º | 0.7% | 0.93% | - |
| XYZ | 20.32 | 12.67 | 80.73 | - |
| YUV | 93.03 | 208.68 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 77 | 236 | 0.70 | 0.67 | 0 | 0.07 | 237.47 | 0.81 | 0.6 |
| Hex | 46 | 4D | EC | 46 | 43 | 0 | 7 | ED | 51 | 3C |
| Octal | 106 | 115 | 354 | 106 | 103 | 0 | 7 | 355 | 121 | 74 |
| Binary | 1000110 | 1001101 | 11101100 | 1000110 | 1000011 | 0 | 111 | 11101101 | 1010001 | 111100 |
Color Harmonies of #464DEC
Complementary color
Monochromatic Colors of #464DEC
Black with #464DEC
Text Example
Text Example
White with #464DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464DEC; }
p { color: rgb(70,77,236); }
H1.HeaderClassName
{
color: #464DEC;
}
.AnyTagClassName
{
color: #464DEC;
}
</style>
background-color css
<style>
a { background-color: #464DEC; }
a { background-color: rgb(70,77,236); }
div.DivClassName
{
background-color: #464DEC;
}
.BgClassName
{
background-color: #464DEC;
}
</style>
border-color css
<style>
span { border-color: #464DEC; }
span { border-color: rgb(70,77,236); }
td.TdClassName
{
border-color: #464DEC;
}
.TagClassName
{
border-color: #464DEC;
}
</style>