Shades of Neon Blue #464FEC
Tints of Neon Blue #464FEC
RGB
CMYK
RGB Variations
Color information
#464FEC (or 0x464FEC) is known color: Neon Blue. HEX triplet: 46, 4F and EC. RGB value is (70,79,236). Sum of RGB (Red+Green+Blue) = 70+79+236=385 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.18% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 236 (92.58% from 255 or 61.30% from 385); Max value from RGB is 236 - color contains mainly: blue. Hex color #464FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #464FEC is #B9B013. Grayscale: #5D5D5D. Windows color (decimal): -12169236 or 15486790. OLE color: 15486790.
HSL color Cylindrical-coordinate representation of color #464FEC: hue angle of 236.75º 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 #464FEC is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 79 | 236 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.07 |
| HSL | 236.75º | 0.81% | 0.6% | - |
| HSV(B) | 236.75º | 0.7% | 0.93% | - |
| XYZ | 20.46 | 12.95 | 80.78 | - |
| YUV | 94.21 | 208.02 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 79 | 236 | 0.70 | 0.67 | 0 | 0.07 | 236.75 | 0.81 | 0.6 |
| Hex | 46 | 4F | EC | 46 | 43 | 0 | 7 | ED | 51 | 3C |
| Octal | 106 | 117 | 354 | 106 | 103 | 0 | 7 | 355 | 121 | 74 |
| Binary | 1000110 | 1001111 | 11101100 | 1000110 | 1000011 | 0 | 111 | 11101101 | 1010001 | 111100 |
Color Harmonies of #464FEC
Complementary color
Monochromatic Colors of #464FEC
Black with #464FEC
Text Example
Text Example
White with #464FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464FEC; }
p { color: rgb(70,79,236); }
H1.HeaderClassName
{
color: #464FEC;
}
.AnyTagClassName
{
color: #464FEC;
}
</style>
background-color css
<style>
a { background-color: #464FEC; }
a { background-color: rgb(70,79,236); }
div.DivClassName
{
background-color: #464FEC;
}
.BgClassName
{
background-color: #464FEC;
}
</style>
border-color css
<style>
span { border-color: #464FEC; }
span { border-color: rgb(70,79,236); }
td.TdClassName
{
border-color: #464FEC;
}
.TagClassName
{
border-color: #464FEC;
}
</style>