#4854EE

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

Shades of Neon Blue #4854EE

Tints of Neon Blue #4854EE

Color information

#4854EE (or 0x4854EE) is unknown color: approx Neon Blue. HEX triplet: 48, 54 and EE. RGB value is (72,84,238). Sum of RGB (Red+Green+Blue) = 72+84+238=394 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.27% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 238 (93.36% from 255 or 60.41% from 394); Max value from RGB is 238 - color contains mainly: blue. Hex color #4854EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4854EE is #B7AB11. Grayscale: #616161. Windows color (decimal): -12036882 or 15619144. OLE color: 15619144.

HSL color Cylindrical-coordinate representation of color #4854EE: hue angle of 235.66º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4854EE is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7284238-
CMYK0.700.6500.07
HSL235.66º83%60.78%-
HSV(B)235.66º69.75%93.33%-
XYZ21.2813.8982.45-
YUV97.97207.02109.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.27%
GREEN value IS 84 (33.20% from 255) = 21.32%
BLUE value IS 238 (93.36% from 255) = 60.41%
R=18.27%
G=21.32%
B=60.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal72842380.700.6500.07235.668360.78
Hex4854EE464107ec533d
Octal1101243561061010735412375
Binary1001000101010011101110100011010000010111111011001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4854EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,84,238); }

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

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

 a { background-color: rgb(72,84,238); }

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

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

 span { border-color: rgb(72,84,238); }

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