#464BE9

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

Shades of Neon Blue #464BE9

Tints of Neon Blue #464BE9

Color information

#464BE9 (or 0x464BE9) is unknown color: approx Neon Blue. HEX triplet: 46, 4B and E9. RGB value is (70,75,233). Sum of RGB (Red+Green+Blue) = 70+75+233=378 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.52% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 233 (91.41% from 255 or 61.64% from 378); Max value from RGB is 233 - color contains mainly: blue. Hex color #464BE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #464BE9 is #B9B416. Grayscale: #5A5A5A. Windows color (decimal): -12170263 or 15289158. OLE color: 15289158.

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

Color convert

RGB7075233-
CMYK0.700.6800.09
HSL238.16º78.74%59.41%-
HSV(B)238.16º69.96%91.37%-
XYZ19.7512.2278.41-
YUV91.52207.84112.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.52%
GREEN value IS 75 (29.69% from 255) = 19.84%
BLUE value IS 233 (91.41% from 255) = 61.64%
R=18.52%
G=19.84%
B=61.64%

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
Decimal70752330.700.6800.09238.1678.7459.41
Hex464BE9464409ee4f3b
Octal10611335110610401135611773
Binary10001101001011111010011000110100010001001111011101001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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