#4E54F9

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

Shades of Neon Blue #4E54F9

Tints of Neon Blue #4E54F9

Color information

#4E54F9 (or 0x4E54F9) is unknown color: approx Neon Blue. HEX triplet: 4E, 54 and F9. RGB value is (78,84,249). Sum of RGB (Red+Green+Blue) = 78+84+249=411 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.98% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 249 (97.66% from 255 or 60.58% from 411); Max value from RGB is 249 - color contains mainly: blue. Hex color #4E54F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E54F9 is #B1AB06. Grayscale: #646464. Windows color (decimal): -11643655 or 16340046. OLE color: 16340046.

HSL color Cylindrical-coordinate representation of color #4E54F9: hue angle of 237.89º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E54F9 is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7884249-
CMYK0.690.6600.02
HSL237.89º93.44%64.12%-
HSV(B)237.89º68.67%97.65%-
XYZ23.4114.891.25-
YUV101.02211.51111.58-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.98%
GREEN value IS 84 (33.20% from 255) = 20.44%
BLUE value IS 249 (97.66% from 255) = 60.58%
R=18.98%
G=20.44%
B=60.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal78842490.690.6600.02237.8993.4464.12
Hex4E54F9454202ee5d40
Octal11612437110510202356135100
Binary1001110101010011111001100010110000100101110111010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E54F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E54F9; }

 p { color: rgb(78,84,249); }

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

<style>
 a { background-color: #4E54F9; }

 a { background-color: rgb(78,84,249); }

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

<style>
 span { border-color: #4E54F9; }

 span { border-color: rgb(78,84,249); }

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