#4554EF

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

Shades of Neon Blue #4554EF

Tints of Neon Blue #4554EF

Color information

#4554EF (or 0x4554EF) is unknown color: approx Neon Blue. HEX triplet: 45, 54 and EF. RGB value is (69,84,239). Sum of RGB (Red+Green+Blue) = 69+84+239=392 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.60% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 239 (93.75% from 255 or 60.97% from 392); Max value from RGB is 239 - color contains mainly: blue. Hex color #4554EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4554EF is #BAAB10. Grayscale: #606060. Windows color (decimal): -12233489 or 15684677. OLE color: 15684677.

HSL color Cylindrical-coordinate representation of color #4554EF: hue angle of 234.71º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4554EF is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB6984239-
CMYK0.710.6500.06
HSL234.71º84.16%60.39%-
HSV(B)234.71º71.13%93.73%-
XYZ21.213.8483.21-
YUV97.18208.03107.9-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.60%
GREEN value IS 84 (33.20% from 255) = 21.43%
BLUE value IS 239 (93.75% from 255) = 60.97%
R=17.60%
G=21.43%
B=60.97%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal69842390.710.6500.06234.7184.1660.39
Hex4554EF474106eb543c
Octal1051243571071010635312474
Binary1000101101010011101111100011110000010110111010111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4554EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4554EF; }

 p { color: rgb(69,84,239); }

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

<style>
 a { background-color: #4554EF; }

 a { background-color: rgb(69,84,239); }

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

<style>
 span { border-color: #4554EF; }

 span { border-color: rgb(69,84,239); }

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