Html Css Color HEX #533EEC Neon Blue

📋 copy color: '#533EEC'

red 83 ◦ green 62 ◦ blue 236

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

Shades of Neon Blue #533EEC

Tints of Neon Blue #533EEC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.27%

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

R = 21.78%
G = 16.27%
B = 61.94%

CMYK

 C value IS 0.65

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#533EEC (or 0x533EEC) is known color: Neon Blue. HEX triplet: 53, 3E and EC. RGB value is (83,62,236). Sum of RGB (Red+Green+Blue) = 83+62+236=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 62 (24.61% from 255 or 16.27% from 381); Blue value is 236 (92.58% from 255 or 61.94% from 381); Max value from RGB is 236 - color contains mainly: blue. Hex color #533EEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #533EEC is #ACC113. Grayscale: #575757. Windows color (decimal): -11321620 or 15482451. OLE color: 15482451.

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

Color convert

RGB 83 62 236 -
CMYK 0.65 0.74 0 0.07
HSL 247.24º 0.82% 0.58% -
HSV(B) 247.24º 0.74% 0.93% -
XYZ 20.43 11.34 80.47 -
YUV 88.12 211.46 124.35 -
System Red Green Blue C M Y K H S L
Decimal 83 62 236 0.65 0.74 0 0.07 247.24 0.82 0.58
Hex 53 3E EC 41 4A 0 7 F7 52 3A
Octal 123 76 354 101 112 0 7 367 122 72
Binary 1010011 111110 11101100 1000001 1001010 0 111 11110111 1010010 111010

Color Harmonies of #533EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533EEC

Black with #533EEC

Text Example


Text Example

White with #533EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533EEC; }

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

 H1.HeaderClassName
 {
   color: #533EEC;
 }
 .AnyTagClassName
 {
   color: #533EEC;
 }
</style>

background-color css

<style>
 a { background-color: #533EEC; }

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

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

border-color css

<style>
 span { border-color: #533EEC; }

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

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