#4644F5

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

Shades of Neon Blue #4644F5

Tints of Neon Blue #4644F5

Color information

#4644F5 (or 0x4644F5) is unknown color: approx Neon Blue. HEX triplet: 46, 44 and F5. RGB value is (70,68,245). Sum of RGB (Red+Green+Blue) = 70+68+245=383 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.28% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 245 (96.09% from 255 or 63.97% from 383); Max value from RGB is 245 - color contains mainly: blue. Hex color #4644F5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4644F5 is #B9BB0A. Grayscale: #585858. Windows color (decimal): -12172043 or 16073798. OLE color: 16073798.

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

Color convert

RGB7068245-
CMYK0.710.7200.04
HSL240.68º89.85%61.37%-
HSV(B)240.68º72.24%96.08%-
XYZ21.0712.0387.6-
YUV88.78216.16114.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.28%
GREEN value IS 68 (26.95% from 255) = 17.75%
BLUE value IS 245 (96.09% from 255) = 63.97%
R=18.28%
G=17.75%
B=63.97%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal70682450.710.7200.04240.6889.8561.37
Hex4644F5474804f15a3d
Octal1061043651071100436113275
Binary1000110100010011110101100011110010000100111100011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4644F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4644F5; }

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

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

<style>
 a { background-color: #4644F5; }

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

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

<style>
 span { border-color: #4644F5; }

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

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