#4954EA

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

Shades of Neon Blue #4954EA

Tints of Neon Blue #4954EA

Color information

#4954EA (or 0x4954EA) is unknown color: approx Neon Blue. HEX triplet: 49, 54 and EA. RGB value is (73,84,234). Sum of RGB (Red+Green+Blue) = 73+84+234=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 234 (91.80% from 255 or 59.85% from 391); Max value from RGB is 234 - color contains mainly: blue. Hex color #4954EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4954EA is #B6AB15. Grayscale: #616161. Windows color (decimal): -11971350 or 15357001. OLE color: 15357001.

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

Color convert

RGB7384234-
CMYK0.690.6400.08
HSL235.9º79.31%60.2%-
HSV(B)235.9º68.8%91.76%-
XYZ20.7713.779.39-
YUV97.81204.86110.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.67%
GREEN value IS 84 (33.20% from 255) = 21.48%
BLUE value IS 234 (91.80% from 255) = 59.85%
R=18.67%
G=21.48%
B=59.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal73842340.690.6400.08235.979.3160.2
Hex4954EA454008ec4f3c
Octal11112435210510001035411774
Binary10010011010100111010101000101100000001000111011001001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4954EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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