Html Css Color HEX #534BEC Neon Blue

📋 copy color: '#534BEC'

red 83 ◦ green 75 ◦ blue 236

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

Shades of Neon Blue #534BEC

Tints of Neon Blue #534BEC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.04%

 BLUE value IS 236 (92.58% from 255) = 59.9%

R = 21.07%
G = 19.04%
B = 59.9%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#534BEC (or 0x534BEC) is known color: Neon Blue. HEX triplet: 53, 4B and EC. RGB value is (83,75,236). Sum of RGB (Red+Green+Blue) = 83+75+236=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 236 (92.58% from 255 or 59.90% from 394); Max value from RGB is 236 - color contains mainly: blue. Hex color #534BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #534BEC is #ACB413. Grayscale: #5F5F5F. Windows color (decimal): -11318292 or 15485779. OLE color: 15485779.

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

Color convert

RGB 83 75 236 -
CMYK 0.65 0.68 0 0.07
HSL 242.98º 0.81% 0.61% -
HSV(B) 242.98º 0.68% 0.93% -
XYZ 21.22 12.93 80.73 -
YUV 95.75 207.15 118.91 -
System Red Green Blue C M Y K H S L
Decimal 83 75 236 0.65 0.68 0 0.07 242.98 0.81 0.61
Hex 53 4B EC 41 44 0 7 F3 51 3D
Octal 123 113 354 101 104 0 7 363 121 75
Binary 1010011 1001011 11101100 1000001 1000100 0 111 11110011 1010001 111101

Color Harmonies of #534BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534BEC

Black with #534BEC

Text Example


Text Example

White with #534BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,75,236); }

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

background-color css

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

 a { background-color: rgb(83,75,236); }

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

border-color css

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

 span { border-color: rgb(83,75,236); }

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