Shades of Neon Blue #464CE8
Tints of Neon Blue #464CE8
RGB
CMYK
RGB Variations
Color information
#464CE8 (or 0x464CE8) is known color: Neon Blue. HEX triplet: 46, 4C and E8. RGB value is (70,76,232). Sum of RGB (Red+Green+Blue) = 70+76+232=378 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.52% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 232 (91.02% from 255 or 61.38% from 378); Max value from RGB is 232 - color contains mainly: blue. Hex color #464CE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #464CE8 is #B9B317. Grayscale: #5B5B5B. Windows color (decimal): -12170008 or 15223878. OLE color: 15223878.
HSL color Cylindrical-coordinate representation of color #464CE8: hue angle of 237.78º 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 #464CE8 is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 76 | 232 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.09 |
| HSL | 237.78º | 0.78% | 0.59% | - |
| HSV(B) | 237.78º | 0.7% | 0.91% | - |
| XYZ | 19.68 | 12.3 | 77.68 | - |
| YUV | 91.99 | 207.01 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 232 | 0.70 | 0.67 | 0 | 0.09 | 237.78 | 0.78 | 0.59 |
| Hex | 46 | 4C | E8 | 46 | 43 | 0 | 9 | EE | 4E | 3B |
| Octal | 106 | 114 | 350 | 106 | 103 | 0 | 11 | 356 | 116 | 73 |
| Binary | 1000110 | 1001100 | 11101000 | 1000110 | 1000011 | 0 | 1001 | 11101110 | 1001110 | 111011 |
Color Harmonies of #464CE8
Complementary color
Monochromatic Colors of #464CE8
Black with #464CE8
Text Example
Text Example
White with #464CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464CE8; }
p { color: rgb(70,76,232); }
H1.HeaderClassName
{
color: #464CE8;
}
.AnyTagClassName
{
color: #464CE8;
}
</style>
background-color css
<style>
a { background-color: #464CE8; }
a { background-color: rgb(70,76,232); }
div.DivClassName
{
background-color: #464CE8;
}
.BgClassName
{
background-color: #464CE8;
}
</style>
border-color css
<style>
span { border-color: #464CE8; }
span { border-color: rgb(70,76,232); }
td.TdClassName
{
border-color: #464CE8;
}
.TagClassName
{
border-color: #464CE8;
}
</style>