#534CE9

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

Shades of Neon Blue #534CE9

Tints of Neon Blue #534CE9

Color information

#534CE9 (or 0x534CE9) is unknown color: approx Neon Blue. HEX triplet: 53, 4C and E9. RGB value is (83,76,233). Sum of RGB (Red+Green+Blue) = 83+76+233=392 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.17% from 392); Green value is 76 (30.08% from 255 or 19.39% from 392); Blue value is 233 (91.41% from 255 or 59.44% from 392); Max value from RGB is 233 - color contains mainly: blue. Hex color #534CE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #534CE9 is #ACB316. Grayscale: #5F5F5F. Windows color (decimal): -11318039 or 15289427. OLE color: 15289427.

HSL color Cylindrical-coordinate representation of color #534CE9: hue angle of 242.68º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #534CE9 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8376233-
CMYK0.640.6700.09
HSL242.68º78.11%60.59%-
HSV(B)242.68º67.38%91.37%-
XYZ20.8612.8978.48-
YUV95.99205.32118.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.17%
GREEN value IS 76 (30.08% from 255) = 19.39%
BLUE value IS 233 (91.41% from 255) = 59.44%
R=21.17%
G=19.39%
B=59.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal83762330.640.6700.09242.6878.1160.59
Hex534CE9404309f34e3d
Octal12311435110010301136311675
Binary10100111001100111010011000000100001101001111100111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,76,233); }

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

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

 a { background-color: rgb(83,76,233); }

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

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

 span { border-color: rgb(83,76,233); }

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