Html Css Color HEX #533AFE Neon Blue

📋 copy color: '#533AFE'

red 83 ◦ green 58 ◦ blue 254

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

Shades of Neon Blue #533AFE

Tints of Neon Blue #533AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 64.3%

R = 21.01%
G = 14.68%
B = 64.3%

CMYK

 C value IS 0.67

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#533AFE (or 0x533AFE) is known color: Neon Blue. HEX triplet: 53, 3A and FE. RGB value is (83,58,254). Sum of RGB (Red+Green+Blue) = 83+58+254=395 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.01% from 395); Green value is 58 (23.05% from 255 or 14.68% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #533AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #533AFE is #ACC501. Grayscale: #575757. Windows color (decimal): -11322626 or 16661075. OLE color: 16661075.

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

Color convert

RGB 83 58 254 -
CMYK 0.67 0.77 0 0.00
HSL 247.65º 0.99% 0.61% -
HSV(B) 247.65º 0.77% 1% -
XYZ 22.97 12.02 94.88 -
YUV 87.82 221.78 124.56 -
System Red Green Blue C M Y K H S L
Decimal 83 58 254 0.67 0.77 0 0.00 247.65 0.99 0.61
Hex 53 3A FE 43 4D 0 0 F8 63 3D
Octal 123 72 376 103 115 0 0 370 143 75
Binary 1010011 111010 11111110 1000011 1001101 0 0 11111000 1100011 111101

Color Harmonies of #533AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533AFE

Black with #533AFE

Text Example


Text Example

White with #533AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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