Shades of Neon Blue #464FE6
Tints of Neon Blue #464FE6
RGB
CMYK
RGB Variations
Color information
#464FE6 (or 0x464FE6) is known color: Neon Blue. HEX triplet: 46, 4F and E6. RGB value is (70,79,230). Sum of RGB (Red+Green+Blue) = 70+79+230=379 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.47% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 230 (90.23% from 255 or 60.69% from 379); Max value from RGB is 230 - color contains mainly: blue. Hex color #464FE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #464FE6 is #B9B019. Grayscale: #5C5C5C. Windows color (decimal): -12169242 or 15093574. OLE color: 15093574.
HSL color Cylindrical-coordinate representation of color #464FE6: hue angle of 236.62º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #464FE6 is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 79 | 230 | - |
| CMYK | 0.70 | 0.66 | 0 | 0.10 |
| HSL | 236.63º | 0.76% | 0.59% | - |
| HSV(B) | 236.63º | 0.7% | 0.9% | - |
| XYZ | 19.6 | 12.61 | 76.26 | - |
| YUV | 93.52 | 205.02 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 79 | 230 | 0.70 | 0.66 | 0 | 0.10 | 236.63 | 0.76 | 0.59 |
| Hex | 46 | 4F | E6 | 46 | 42 | 0 | A | ED | 4C | 3B |
| Octal | 106 | 117 | 346 | 106 | 102 | 0 | 12 | 355 | 114 | 73 |
| Binary | 1000110 | 1001111 | 11100110 | 1000110 | 1000010 | 0 | 1010 | 11101101 | 1001100 | 111011 |
Color Harmonies of #464FE6
Complementary color
Monochromatic Colors of #464FE6
Black with #464FE6
Text Example
Text Example
White with #464FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464FE6; }
p { color: rgb(70,79,230); }
H1.HeaderClassName
{
color: #464FE6;
}
.AnyTagClassName
{
color: #464FE6;
}
</style>
background-color css
<style>
a { background-color: #464FE6; }
a { background-color: rgb(70,79,230); }
div.DivClassName
{
background-color: #464FE6;
}
.BgClassName
{
background-color: #464FE6;
}
</style>
border-color css
<style>
span { border-color: #464FE6; }
span { border-color: rgb(70,79,230); }
td.TdClassName
{
border-color: #464FE6;
}
.TagClassName
{
border-color: #464FE6;
}
</style>