Html Css Color HEX #533AFF Neon Blue

📋 copy color: '#533AFF'

red 83 ◦ green 58 ◦ blue 255

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

Shades of Neon Blue #533AFF

Tints of Neon Blue #533AFF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.65%

 BLUE value IS 255 (100% from 255) = 64.39%

R = 20.96%
G = 14.65%
B = 64.39%

CMYK

 C value IS 0.67

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#533AFF (or 0x533AFF) is known color: Neon Blue. HEX triplet: 53, 3A and FF. RGB value is (83,58,255). Sum of RGB (Red+Green+Blue) = 83+58+255=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 58 (23.05% from 255 or 14.65% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #533AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #533AFF is #ACC500. Grayscale: #575757. Windows color (decimal): -11322625 or 16726611. OLE color: 16726611.

HSL color Cylindrical-coordinate representation of color #533AFF: hue angle of 247.61º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #533AFF is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 83 58 255 -
CMYK 0.67 0.77 0 0
HSL 247.61º 1% 0.61% -
HSV(B) 247.61º 0.77% 1% -
XYZ 23.13 12.09 95.72 -
YUV 87.93 222.28 124.48 -
System Red Green Blue C M Y K H S L
Decimal 83 58 255 0.67 0.77 0 0 247.61 1 0.61
Hex 53 3A FF 43 4D 0 0 F8 64 3D
Octal 123 72 377 103 115 0 0 370 144 75
Binary 1010011 111010 11111111 1000011 1001101 0 0 11111000 1100100 111101

Color Harmonies of #533AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533AFF

Black with #533AFF

Text Example


Text Example

White with #533AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,58,255); }

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

background-color css

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

 a { background-color: rgb(83,58,255); }

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

border-color css

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

 span { border-color: rgb(83,58,255); }

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