#464AF6

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

Shades of Neon Blue #464AF6

Tints of Neon Blue #464AF6

Color information

#464AF6 (or 0x464AF6) is unknown color: approx Neon Blue. HEX triplet: 46, 4A and F6. RGB value is (70,74,246). Sum of RGB (Red+Green+Blue) = 70+74+246=390 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.95% from 390); Green value is 74 (29.30% from 255 or 18.97% from 390); Blue value is 246 (96.48% from 255 or 63.08% from 390); Max value from RGB is 246 - color contains mainly: blue. Hex color #464AF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #464AF6 is #B9B509. Grayscale: #5B5B5B. Windows color (decimal): -12170506 or 16140870. OLE color: 16140870.

HSL color Cylindrical-coordinate representation of color #464AF6: hue angle of 238.64º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #464AF6 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB7074246-
CMYK0.720.7000.04
HSL238.64º90.72%61.96%-
HSV(B)238.64º71.54%96.47%-
XYZ21.6112.8588.53-
YUV92.41214.67112.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.95%
GREEN value IS 74 (29.30% from 255) = 18.97%
BLUE value IS 246 (96.48% from 255) = 63.08%
R=17.95%
G=18.97%
B=63.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal70742460.720.7000.04238.6490.7261.96
Hex464AF6484604ef5b3e
Octal1061123661101060435713376
Binary1000110100101011110110100100010001100100111011111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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