#4B52EF

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

Shades of Neon Blue #4B52EF

Tints of Neon Blue #4B52EF

Color information

#4B52EF (or 0x4B52EF) is unknown color: approx Neon Blue. HEX triplet: 4B, 52 and EF. RGB value is (75,82,239). Sum of RGB (Red+Green+Blue) = 75+82+239=396 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.94% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 239 (93.75% from 255 or 60.35% from 396); Max value from RGB is 239 - color contains mainly: blue. Hex color #4B52EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B52EF is #B4AD10. Grayscale: #616161. Windows color (decimal): -11840785 or 15684171. OLE color: 15684171.

HSL color Cylindrical-coordinate representation of color #4B52EF: hue angle of 237.44º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B52EF is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB7582239-
CMYK0.690.6600.06
HSL237.44º83.67%61.57%-
HSV(B)237.44º68.62%93.73%-
XYZ21.513.7683.18-
YUV97.8207.68111.73-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.94%
GREEN value IS 82 (32.42% from 255) = 20.71%
BLUE value IS 239 (93.75% from 255) = 60.35%
R=18.94%
G=20.71%
B=60.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal75822390.690.6600.06237.4483.6761.57
Hex4B52EF454206ed543e
Octal1131223571051020635512476
Binary1001011101001011101111100010110000100110111011011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B52EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,82,239); }

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

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

 a { background-color: rgb(75,82,239); }

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

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

 span { border-color: rgb(75,82,239); }

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