Html Css Color HEX #534AED Neon Blue

📋 copy color: '#534AED'

red 83 ◦ green 74 ◦ blue 237

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

Shades of Neon Blue #534AED

Tints of Neon Blue #534AED

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.78%

 BLUE value IS 237 (92.97% from 255) = 60.15%

R = 21.07%
G = 18.78%
B = 60.15%

CMYK

 C value IS 0.65

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#534AED (or 0x534AED) is known color: Neon Blue. HEX triplet: 53, 4A and ED. RGB value is (83,74,237). Sum of RGB (Red+Green+Blue) = 83+74+237=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 74 (29.30% from 255 or 18.78% from 394); Blue value is 237 (92.97% from 255 or 60.15% from 394); Max value from RGB is 237 - color contains mainly: blue. Hex color #534AED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #534AED is #ACB512. Grayscale: #5E5E5E. Windows color (decimal): -11318547 or 15551059. OLE color: 15551059.

HSL color Cylindrical-coordinate representation of color #534AED: hue angle of 243.31º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #534AED is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 74 237 -
CMYK 0.65 0.69 0 0.07
HSL 243.31º 0.82% 0.61% -
HSV(B) 243.31º 0.69% 0.93% -
XYZ 21.3 12.85 81.48 -
YUV 95.27 207.98 119.25 -
System Red Green Blue C M Y K H S L
Decimal 83 74 237 0.65 0.69 0 0.07 243.31 0.82 0.61
Hex 53 4A ED 41 45 0 7 F3 52 3D
Octal 123 112 355 101 105 0 7 363 122 75
Binary 1010011 1001010 11101101 1000001 1000101 0 111 11110011 1010010 111101

Color Harmonies of #534AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534AED

Black with #534AED

Text Example


Text Example

White with #534AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,74,237); }

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

background-color css

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

 a { background-color: rgb(83,74,237); }

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

border-color css

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

 span { border-color: rgb(83,74,237); }

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