#4533ED

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

Shades of Neon Blue #4533ED

Tints of Neon Blue #4533ED

Color information

#4533ED (or 0x4533ED) is unknown color: approx Neon Blue. HEX triplet: 45, 33 and ED. RGB value is (69,51,237). Sum of RGB (Red+Green+Blue) = 69+51+237=357 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.33% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 237 (92.97% from 255 or 66.39% from 357); Max value from RGB is 237 - color contains mainly: blue. Hex color #4533ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4533ED is #BACC12. Grayscale: #4C4C4C. Windows color (decimal): -12241939 or 15545157. OLE color: 15545157.

HSL color Cylindrical-coordinate representation of color #4533ED: hue angle of 245.81º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4533ED is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6951237-
CMYK0.710.7800.07
HSL245.81º83.78%56.47%-
HSV(B)245.81º78.48%92.94%-
XYZ18.929.7581-
YUV77.59217.96121.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.33%
GREEN value IS 51 (20.31% from 255) = 14.29%
BLUE value IS 237 (92.97% from 255) = 66.39%
R=19.33%
G=14.29%
B=66.39%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal69512370.710.7800.07245.8183.7856.47
Hex4533ED474E07f65438
Octal105633551071160736612470
Binary100010111001111101101100011110011100111111101101010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4533ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4533ED; }

 p { color: rgb(69,51,237); }

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

<style>
 a { background-color: #4533ED; }

 a { background-color: rgb(69,51,237); }

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

<style>
 span { border-color: #4533ED; }

 span { border-color: rgb(69,51,237); }

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