#465EFA

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

Shades of Neon Blue #465EFA

Tints of Neon Blue #465EFA

Color information

#465EFA (or 0x465EFA) is unknown color: approx Neon Blue. HEX triplet: 46, 5E and FA. RGB value is (70,94,250). Sum of RGB (Red+Green+Blue) = 70+94+250=414 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.91% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #465EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465EFA is #B9A105. Grayscale: #676767. Windows color (decimal): -12165382 or 16408134. OLE color: 16408134.

HSL color Cylindrical-coordinate representation of color #465EFA: hue angle of 232º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #465EFA is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7094250-
CMYK0.720.6200.02
HSL232º94.74%62.75%-
HSV(B)232º72%98.04%-
XYZ23.7816.2192.32-
YUV104.61210.05103.32-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.91%
GREEN value IS 94 (37.11% from 255) = 22.71%
BLUE value IS 250 (98.05% from 255) = 60.39%
R=16.91%
G=22.71%
B=60.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal70942500.720.6200.0223294.7462.75
Hex465EFA483E02e85f3f
Octal106136372110760235013777
Binary10001101011110111110101001000111110010111010001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465EFA; }

 p { color: rgb(70,94,250); }

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

<style>
 a { background-color: #465EFA; }

 a { background-color: rgb(70,94,250); }

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

<style>
 span { border-color: #465EFA; }

 span { border-color: rgb(70,94,250); }

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