#4652E7

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

Shades of Neon Blue #4652E7

Tints of Neon Blue #4652E7

Color information

#4652E7 (or 0x4652E7) is unknown color: approx Neon Blue. HEX triplet: 46, 52 and E7. RGB value is (70,82,231). Sum of RGB (Red+Green+Blue) = 70+82+231=383 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.28% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 231 (90.62% from 255 or 60.31% from 383); Max value from RGB is 231 - color contains mainly: blue. Hex color #4652E7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4652E7 is #B9AD18. Grayscale: #5E5E5E. Windows color (decimal): -12168473 or 15159878. OLE color: 15159878.

HSL color Cylindrical-coordinate representation of color #4652E7: hue angle of 235.53º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4652E7 is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB7082231-
CMYK0.700.6500.09
HSL235.53º77.03%59.02%-
HSV(B)235.53º69.7%90.59%-
XYZ19.9713.1177.08-
YUV95.4204.52109.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.28%
GREEN value IS 82 (32.42% from 255) = 21.41%
BLUE value IS 231 (90.62% from 255) = 60.31%
R=18.28%
G=21.41%
B=60.31%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal70822310.700.6500.09235.5377.0359.02
Hex4652E7464109ec4d3b
Octal10612234710610101135411573
Binary10001101010010111001111000110100000101001111011001001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4652E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4652E7; }

 p { color: rgb(70,82,231); }

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

<style>
 a { background-color: #4652E7; }

 a { background-color: rgb(70,82,231); }

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

<style>
 span { border-color: #4652E7; }

 span { border-color: rgb(70,82,231); }

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