#4552EB

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

Shades of Neon Blue #4552EB

Tints of Neon Blue #4552EB

Color information

#4552EB (or 0x4552EB) is unknown color: approx Neon Blue. HEX triplet: 45, 52 and EB. RGB value is (69,82,235). Sum of RGB (Red+Green+Blue) = 69+82+235=386 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.88% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 235 (92.19% from 255 or 60.88% from 386); Max value from RGB is 235 - color contains mainly: blue. Hex color #4552EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4552EB is #BAAD14. Grayscale: #5E5E5E. Windows color (decimal): -12234005 or 15422021. OLE color: 15422021.

HSL color Cylindrical-coordinate representation of color #4552EB: hue angle of 235.3º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4552EB is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB6982235-
CMYK0.710.6500.08
HSL235.3º80.58%59.61%-
HSV(B)235.3º70.64%92.16%-
XYZ20.4713.380.09-
YUV95.56206.69109.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.88%
GREEN value IS 82 (32.42% from 255) = 21.24%
BLUE value IS 235 (92.19% from 255) = 60.88%
R=17.88%
G=21.24%
B=60.88%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal69822350.710.6500.08235.380.5859.61
Hex4552EB474108eb513c
Octal10512235310710101035312174
Binary10001011010010111010111000111100000101000111010111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4552EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4552EB; }

 p { color: rgb(69,82,235); }

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

<style>
 a { background-color: #4552EB; }

 a { background-color: rgb(69,82,235); }

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

<style>
 span { border-color: #4552EB; }

 span { border-color: rgb(69,82,235); }

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