#4B55EA

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

Shades of Neon Blue #4B55EA

Tints of Neon Blue #4B55EA

Color information

#4B55EA (or 0x4B55EA) is unknown color: approx Neon Blue. HEX triplet: 4B, 55 and EA. RGB value is (75,85,234). Sum of RGB (Red+Green+Blue) = 75+85+234=394 (52% of max value = 765). Red value is 75 (29.69% from 255 or 19.04% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #4B55EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B55EA is #B4AA15. Grayscale: #626262. Windows color (decimal): -11840022 or 15357259. OLE color: 15357259.

HSL color Cylindrical-coordinate representation of color #4B55EA: hue angle of 236.23º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B55EA is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7585234-
CMYK0.680.6400.08
HSL236.23º79.1%60.59%-
HSV(B)236.23º67.95%91.76%-
XYZ2113.9379.42-
YUV99204.19110.88-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.04%
GREEN value IS 85 (33.59% from 255) = 21.57%
BLUE value IS 234 (91.80% from 255) = 59.39%
R=19.04%
G=21.57%
B=59.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal75852340.680.6400.08236.2379.160.59
Hex4B55EA444008ec4f3d
Octal11312535210410001035411775
Binary10010111010101111010101000100100000001000111011001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B55EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,85,234); }

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

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

 a { background-color: rgb(75,85,234); }

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

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

 span { border-color: rgb(75,85,234); }

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