Html Css Color HEX #533DEC Neon Blue

📋 copy color: '#533DEC'

red 83 ◦ green 61 ◦ blue 236

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

Shades of Neon Blue #533DEC

Tints of Neon Blue #533DEC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.05%

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

R = 21.84%
G = 16.05%
B = 62.11%

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

#533DEC (or 0x533DEC) is known color: Neon Blue. HEX triplet: 53, 3D and EC. RGB value is (83,61,236). Sum of RGB (Red+Green+Blue) = 83+61+236=380 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.84% from 380); Green value is 61 (24.22% from 255 or 16.05% from 380); Blue value is 236 (92.58% from 255 or 62.11% from 380); Max value from RGB is 236 - color contains mainly: blue. Hex color #533DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #533DEC is #ACC213. Grayscale: #565656. Windows color (decimal): -11321876 or 15482195. OLE color: 15482195.

HSL color Cylindrical-coordinate representation of color #533DEC: hue angle of 247.54º 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 #533DEC is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 61 236 -
CMYK 0.65 0.74 0 0.07
HSL 247.54º 0.82% 0.58% -
HSV(B) 247.54º 0.74% 0.93% -
XYZ 20.38 11.23 80.45 -
YUV 87.53 211.79 124.77 -
System Red Green Blue C M Y K H S L
Decimal 83 61 236 0.65 0.74 0 0.07 247.54 0.82 0.58
Hex 53 3D EC 41 4A 0 7 F8 52 3A
Octal 123 75 354 101 112 0 7 370 122 72
Binary 1010011 111101 11101100 1000001 1001010 0 111 11111000 1010010 111010

Color Harmonies of #533DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533DEC

Black with #533DEC

Text Example


Text Example

White with #533DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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