#4651E5

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

Shades of Neon Blue #4651E5

Tints of Neon Blue #4651E5

Color information

#4651E5 (or 0x4651E5) is unknown color: approx Neon Blue. HEX triplet: 46, 51 and E5. RGB value is (70,81,229). Sum of RGB (Red+Green+Blue) = 70+81+229=380 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.42% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 229 (89.84% from 255 or 60.26% from 380); Max value from RGB is 229 - color contains mainly: blue. Hex color #4651E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4651E5 is #B9AE1A. Grayscale: #5D5D5D. Windows color (decimal): -12168731 or 15028550. OLE color: 15028550.

HSL color Cylindrical-coordinate representation of color #4651E5: hue angle of 235.85º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4651E5 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB7081229-
CMYK0.690.6500.10
HSL235.85º75.36%58.63%-
HSV(B)235.85º69.43%89.8%-
XYZ19.6112.8475.57-
YUV94.58203.86110.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.42%
GREEN value IS 81 (32.03% from 255) = 21.32%
BLUE value IS 229 (89.84% from 255) = 60.26%
R=18.42%
G=21.32%
B=60.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal70812290.690.6500.10235.8575.3658.63
Hex4651E545410Aec4b3b
Octal10612134510510101235411373
Binary10001101010001111001011000101100000101010111011001001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4651E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4651E5; }

 p { color: rgb(70,81,229); }

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

<style>
 a { background-color: #4651E5; }

 a { background-color: rgb(70,81,229); }

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

<style>
 span { border-color: #4651E5; }

 span { border-color: rgb(70,81,229); }

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