#4954EF

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

Shades of Neon Blue #4954EF

Tints of Neon Blue #4954EF

Color information

#4954EF (or 0x4954EF) is unknown color: approx Neon Blue. HEX triplet: 49, 54 and EF. RGB value is (73,84,239). Sum of RGB (Red+Green+Blue) = 73+84+239=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 84 (33.20% from 255 or 21.21% 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 #4954EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4954EF is #B6AB10. Grayscale: #616161. Windows color (decimal): -11971345 or 15684681. OLE color: 15684681.

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

Color convert

RGB7384239-
CMYK0.690.6500.06
HSL236.02º83.84%61.18%-
HSV(B)236.02º69.46%93.73%-
XYZ21.513.9983.23-
YUV98.38207.36109.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.43%
GREEN value IS 84 (33.20% from 255) = 21.21%
BLUE value IS 239 (93.75% from 255) = 60.35%
R=18.43%
G=21.21%
B=60.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal73842390.690.6500.06236.0283.8461.18
Hex4954EF454106ec543d
Octal1111243571051010635412475
Binary1001001101010011101111100010110000010110111011001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4954EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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