#4555EE

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

Shades of Neon Blue #4555EE

Tints of Neon Blue #4555EE

Color information

#4555EE (or 0x4555EE) is unknown color: approx Neon Blue. HEX triplet: 45, 55 and EE. RGB value is (69,85,238). Sum of RGB (Red+Green+Blue) = 69+85+238=392 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.60% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 238 (93.36% from 255 or 60.71% from 392); Max value from RGB is 238 - color contains mainly: blue. Hex color #4555EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4555EE is #BAAA11. Grayscale: #616161. Windows color (decimal): -12233234 or 15619397. OLE color: 15619397.

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

Color convert

RGB6985238-
CMYK0.710.6400.07
HSL234.32º83.25%60.2%-
HSV(B)234.32º71.01%93.33%-
XYZ21.1413.9482.46-
YUV97.66207.2107.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.60%
GREEN value IS 85 (33.59% from 255) = 21.68%
BLUE value IS 238 (93.36% from 255) = 60.71%
R=17.60%
G=21.68%
B=60.71%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal69852380.710.6400.07234.3283.2560.2
Hex4555EE474007ea533c
Octal1051253561071000735212374
Binary1000101101010111101110100011110000000111111010101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4555EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4555EE; }

 p { color: rgb(69,85,238); }

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

<style>
 a { background-color: #4555EE; }

 a { background-color: rgb(69,85,238); }

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

<style>
 span { border-color: #4555EE; }

 span { border-color: rgb(69,85,238); }

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