Html Css Color HEX #534CEA Neon Blue

📋 copy color: '#534CEA'

red 83 ◦ green 76 ◦ blue 234

#534CEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #534CEA

Tints of Neon Blue #534CEA

RGB

 RED value IS 83 (32.81% from 255) = 21.12%

 GREEN value IS 76 (30.08% from 255) = 19.34%

 BLUE value IS 234 (91.8% from 255) = 59.54%

R = 21.12%
G = 19.34%
B = 59.54%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#534CEA (or 0x534CEA) is known color: Neon Blue. HEX triplet: 53, 4C and EA. RGB value is (83,76,234). Sum of RGB (Red+Green+Blue) = 83+76+234=393 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.12% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 234 (91.80% from 255 or 59.54% from 393); Max value from RGB is 234 - color contains mainly: blue. Hex color #534CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #534CEA is #ACB315. Grayscale: #5F5F5F. Windows color (decimal): -11318038 or 15354963. OLE color: 15354963.

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

Color convert

RGB 83 76 234 -
CMYK 0.65 0.68 0 0.08
HSL 242.66º 0.79% 0.61% -
HSV(B) 242.66º 0.68% 0.92% -
XYZ 21 12.95 79.23 -
YUV 96.11 205.82 118.65 -
System Red Green Blue C M Y K H S L
Decimal 83 76 234 0.65 0.68 0 0.08 242.66 0.79 0.61
Hex 53 4C EA 41 44 0 8 F3 4F 3D
Octal 123 114 352 101 104 0 10 363 117 75
Binary 1010011 1001100 11101010 1000001 1000100 0 1000 11110011 1001111 111101

Color Harmonies of #534CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534CEA

Black with #534CEA

Text Example


Text Example

White with #534CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #534CEA;
 }
 .AnyTagClassName
 {
   color: #534CEA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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