#4B53ED

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

Shades of Neon Blue #4B53ED

Tints of Neon Blue #4B53ED

Color information

#4B53ED (or 0x4B53ED) is unknown color: approx Neon Blue. HEX triplet: 4B, 53 and ED. RGB value is (75,83,237). Sum of RGB (Red+Green+Blue) = 75+83+237=395 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.99% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 237 (92.97% from 255 or 60% from 395); Max value from RGB is 237 - color contains mainly: blue. Hex color #4B53ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B53ED is #B4AC12. Grayscale: #616161. Windows color (decimal): -11840531 or 15553355. OLE color: 15553355.

HSL color Cylindrical-coordinate representation of color #4B53ED: hue angle of 237.04º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B53ED is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7583237-
CMYK0.680.6500.07
HSL237.04º81.82%61.18%-
HSV(B)237.04º68.35%92.94%-
XYZ21.2813.881.66-
YUV98.16206.35111.48-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.99%
GREEN value IS 83 (32.81% from 255) = 21.01%
BLUE value IS 237 (92.97% from 255) = 60%
R=18.99%
G=21.01%
B=60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal75832370.680.6500.07237.0481.8261.18
Hex4B53ED444107ed523d
Octal1131233551041010735512275
Binary1001011101001111101101100010010000010111111011011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B53ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B53ED; }

 p { color: rgb(75,83,237); }

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

<style>
 a { background-color: #4B53ED; }

 a { background-color: rgb(75,83,237); }

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

<style>
 span { border-color: #4B53ED; }

 span { border-color: rgb(75,83,237); }

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