Shades of Neon Blue #464FE8
Tints of Neon Blue #464FE8
RGB
CMYK
RGB Variations
Color information
#464FE8 (or 0x464FE8) is known color: Neon Blue. HEX triplet: 46, 4F and E8. RGB value is (70,79,232). Sum of RGB (Red+Green+Blue) = 70+79+232=381 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.37% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 232 (91.02% from 255 or 60.89% from 381); Max value from RGB is 232 - color contains mainly: blue. Hex color #464FE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #464FE8 is #B9B017. Grayscale: #5D5D5D. Windows color (decimal): -12169240 or 15224646. OLE color: 15224646.
HSL color Cylindrical-coordinate representation of color #464FE8: hue angle of 236.67º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #464FE8 is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 79 | 232 | - |
| CMYK | 0.70 | 0.66 | 0 | 0.09 |
| HSL | 236.67º | 0.78% | 0.59% | - |
| HSV(B) | 236.67º | 0.7% | 0.91% | - |
| XYZ | 19.89 | 12.72 | 77.75 | - |
| YUV | 93.75 | 206.02 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 79 | 232 | 0.70 | 0.66 | 0 | 0.09 | 236.67 | 0.78 | 0.59 |
| Hex | 46 | 4F | E8 | 46 | 42 | 0 | 9 | ED | 4E | 3B |
| Octal | 106 | 117 | 350 | 106 | 102 | 0 | 11 | 355 | 116 | 73 |
| Binary | 1000110 | 1001111 | 11101000 | 1000110 | 1000010 | 0 | 1001 | 11101101 | 1001110 | 111011 |
Color Harmonies of #464FE8
Complementary color
Monochromatic Colors of #464FE8
Black with #464FE8
Text Example
Text Example
White with #464FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464FE8; }
p { color: rgb(70,79,232); }
H1.HeaderClassName
{
color: #464FE8;
}
.AnyTagClassName
{
color: #464FE8;
}
</style>
background-color css
<style>
a { background-color: #464FE8; }
a { background-color: rgb(70,79,232); }
div.DivClassName
{
background-color: #464FE8;
}
.BgClassName
{
background-color: #464FE8;
}
</style>
border-color css
<style>
span { border-color: #464FE8; }
span { border-color: rgb(70,79,232); }
td.TdClassName
{
border-color: #464FE8;
}
.TagClassName
{
border-color: #464FE8;
}
</style>