Shades of Neon Blue #464CE9
Tints of Neon Blue #464CE9
RGB
CMYK
RGB Variations
Color information
#464CE9 (or 0x464CE9) is known color: Neon Blue. HEX triplet: 46, 4C and E9. RGB value is (70,76,233). Sum of RGB (Red+Green+Blue) = 70+76+233=379 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.47% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 233 (91.41% from 255 or 61.48% from 379); Max value from RGB is 233 - color contains mainly: blue. Hex color #464CE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #464CE9 is #B9B316. Grayscale: #5B5B5B. Windows color (decimal): -12170007 or 15289414. OLE color: 15289414.
HSL color Cylindrical-coordinate representation of color #464CE9: hue angle of 237.79º degrees, saturation: 0.79, 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 #464CE9 is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 76 | 233 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.09 |
| HSL | 237.79º | 0.79% | 0.59% | - |
| HSV(B) | 237.79º | 0.7% | 0.91% | - |
| XYZ | 19.82 | 12.35 | 78.43 | - |
| YUV | 92.1 | 207.51 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 233 | 0.70 | 0.67 | 0 | 0.09 | 237.79 | 0.79 | 0.59 |
| Hex | 46 | 4C | E9 | 46 | 43 | 0 | 9 | EE | 4F | 3B |
| Octal | 106 | 114 | 351 | 106 | 103 | 0 | 11 | 356 | 117 | 73 |
| Binary | 1000110 | 1001100 | 11101001 | 1000110 | 1000011 | 0 | 1001 | 11101110 | 1001111 | 111011 |
Color Harmonies of #464CE9
Complementary color
Monochromatic Colors of #464CE9
Black with #464CE9
Text Example
Text Example
White with #464CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464CE9; }
p { color: rgb(70,76,233); }
H1.HeaderClassName
{
color: #464CE9;
}
.AnyTagClassName
{
color: #464CE9;
}
</style>
background-color css
<style>
a { background-color: #464CE9; }
a { background-color: rgb(70,76,233); }
div.DivClassName
{
background-color: #464CE9;
}
.BgClassName
{
background-color: #464CE9;
}
</style>
border-color css
<style>
span { border-color: #464CE9; }
span { border-color: rgb(70,76,233); }
td.TdClassName
{
border-color: #464CE9;
}
.TagClassName
{
border-color: #464CE9;
}
</style>