#464AE9

Color #464AE9 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #464AE9

Tints of Neon Blue #464AE9

Color information

#464AE9 (or 0x464AE9) is unknown color: approx Neon Blue. HEX triplet: 46, 4A and E9. RGB value is (70,74,233). Sum of RGB (Red+Green+Blue) = 70+74+233=377 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.57% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 233 (91.41% from 255 or 61.80% from 377); Max value from RGB is 233 - color contains mainly: blue. Hex color #464AE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #464AE9 is #B9B516. Grayscale: #5A5A5A. Windows color (decimal): -12170519 or 15288902. OLE color: 15288902.

HSL color Cylindrical-coordinate representation of color #464AE9: hue angle of 238.53º 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 #464AE9 is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB7074233-
CMYK0.700.6800.09
HSL238.53º78.74%59.41%-
HSV(B)238.53º69.96%91.37%-
XYZ19.6812.0878.39-
YUV90.93208.17113.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 18.57%
GREEN value IS 74 (29.30% from 255) = 19.63%
BLUE value IS 233 (91.41% from 255) = 61.80%
R=18.57%
G=19.63%
B=61.80%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal70742330.700.6800.09238.5378.7459.41
Hex464AE9464409ef4f3b
Octal10611235110610401135711773
Binary10001101001010111010011000110100010001001111011111001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464AE9; }

 p { color: rgb(70,74,233); }

 H1.HeaderClassName
 {
   color: #464AE9;
 }
 .AnyTagClassName
 {
   color: #464AE9;
 }
</style>
background-color css

<style>
 a { background-color: #464AE9; }

 a { background-color: rgb(70,74,233); }

 div.DivClassName
 {
   background-color: #464AE9;
 }
 .BgClassName
 {
   background-color: #464AE9;
 }
</style>
border-color css

<style>
 span { border-color: #464AE9; }

 span { border-color: rgb(70,74,233); }

 td.TdClassName
 {
   border-color: #464AE9;
 }
 .TagClassName
 {
   border-color: #464AE9;
 }
</style>