#463EF5

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

Shades of Neon Blue #463EF5

Tints of Neon Blue #463EF5

Color information

#463EF5 (or 0x463EF5) is unknown color: approx Neon Blue. HEX triplet: 46, 3E and F5. RGB value is (70,62,245). Sum of RGB (Red+Green+Blue) = 70+62+245=377 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.57% from 377); Green value is 62 (24.61% from 255 or 16.45% from 377); Blue value is 245 (96.09% from 255 or 64.99% from 377); Max value from RGB is 245 - color contains mainly: blue. Hex color #463EF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #463EF5 is #B9C10A. Grayscale: #545454. Windows color (decimal): -12173579 or 16072262. OLE color: 16072262.

HSL color Cylindrical-coordinate representation of color #463EF5: hue angle of 242.62º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #463EF5 is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB7062245-
CMYK0.710.7500.04
HSL242.62º90.15%60.2%-
HSV(B)242.62º74.69%96.08%-
XYZ20.7311.3487.48-
YUV85.25218.15117.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.57%
GREEN value IS 62 (24.61% from 255) = 16.45%
BLUE value IS 245 (96.09% from 255) = 64.99%
R=18.57%
G=16.45%
B=64.99%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal70622450.710.7500.04242.6290.1560.2
Hex463EF5474B04f35a3c
Octal106763651071130436313274
Binary100011011111011110101100011110010110100111100111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463EF5; }

 p { color: rgb(70,62,245); }

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

<style>
 a { background-color: #463EF5; }

 a { background-color: rgb(70,62,245); }

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

<style>
 span { border-color: #463EF5; }

 span { border-color: rgb(70,62,245); }

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