#4855EC

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

Shades of Neon Blue #4855EC

Tints of Neon Blue #4855EC

Color information

#4855EC (or 0x4855EC) is unknown color: approx Neon Blue. HEX triplet: 48, 55 and EC. RGB value is (72,85,236). Sum of RGB (Red+Green+Blue) = 72+85+236=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 236 (92.58% from 255 or 60.05% from 393); Max value from RGB is 236 - color contains mainly: blue. Hex color #4855EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4855EC is #B7AA13. Grayscale: #616161. Windows color (decimal): -12036628 or 15488328. OLE color: 15488328.

HSL color Cylindrical-coordinate representation of color #4855EC: hue angle of 235.24º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4855EC is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7285236-
CMYK0.690.6400.07
HSL235.24º81.19%60.39%-
HSV(B)235.24º69.49%92.55%-
XYZ21.0613.9380.94-
YUV98.33205.69109.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.32%
GREEN value IS 85 (33.59% from 255) = 21.63%
BLUE value IS 236 (92.58% from 255) = 60.05%
R=18.32%
G=21.63%
B=60.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal72852360.690.6400.07235.2481.1960.39
Hex4855EC454007eb513c
Octal1101253541051000735312174
Binary1001000101010111101100100010110000000111111010111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4855EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4855EC; }

 p { color: rgb(72,85,236); }

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

<style>
 a { background-color: #4855EC; }

 a { background-color: rgb(72,85,236); }

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

<style>
 span { border-color: #4855EC; }

 span { border-color: rgb(72,85,236); }

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