#465EF4

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

Shades of Neon Blue #465EF4

Tints of Neon Blue #465EF4

Color information

#465EF4 (or 0x465EF4) is unknown color: approx Neon Blue. HEX triplet: 46, 5E and F4. RGB value is (70,94,244). Sum of RGB (Red+Green+Blue) = 70+94+244=408 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.16% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 244 (95.70% from 255 or 59.80% from 408); Max value from RGB is 244 - color contains mainly: blue. Hex color #465EF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465EF4 is #B9A10B. Grayscale: #676767. Windows color (decimal): -12165388 or 16014918. OLE color: 16014918.

HSL color Cylindrical-coordinate representation of color #465EF4: hue angle of 231.72º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #465EF4 is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB7094244-
CMYK0.710.6100.04
HSL231.72º88.78%61.57%-
HSV(B)231.72º71.31%95.69%-
XYZ22.8615.8487.44-
YUV103.92207.05103.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.16%
GREEN value IS 94 (37.11% from 255) = 23.04%
BLUE value IS 244 (95.70% from 255) = 59.80%
R=17.16%
G=23.04%
B=59.80%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal70942440.710.6100.04231.7288.7861.57
Hex465EF4473D04e8593e
Octal106136364107750435013176
Binary100011010111101111010010001111111010100111010001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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