#534EEA

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

Shades of Neon Blue #534EEA

Tints of Neon Blue #534EEA

Color information

#534EEA (or 0x534EEA) is unknown color: approx Neon Blue. HEX triplet: 53, 4E and EA. RGB value is (83,78,234). Sum of RGB (Red+Green+Blue) = 83+78+234=395 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.01% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 234 (91.80% from 255 or 59.24% from 395); Max value from RGB is 234 - color contains mainly: blue. Hex color #534EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #534EEA is #ACB115. Grayscale: #606060. Windows color (decimal): -11317526 or 15355475. OLE color: 15355475.

HSL color Cylindrical-coordinate representation of color #534EEA: hue angle of 241.92º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #534EEA is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB8378234-
CMYK0.650.6700.08
HSL241.92º78.79%61.18%-
HSV(B)241.92º66.67%91.76%-
XYZ21.1413.2379.28-
YUV97.28205.16117.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.01%
GREEN value IS 78 (30.86% from 255) = 19.75%
BLUE value IS 234 (91.80% from 255) = 59.24%
R=21.01%
G=19.75%
B=59.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal83782340.650.6700.08241.9278.7961.18
Hex534EEA414308f24f3d
Octal12311635210110301036211775
Binary10100111001110111010101000001100001101000111100101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534EEA; }

 p { color: rgb(83,78,234); }

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

<style>
 a { background-color: #534EEA; }

 a { background-color: rgb(83,78,234); }

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

<style>
 span { border-color: #534EEA; }

 span { border-color: rgb(83,78,234); }

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