Html Css Color HEX #533FE1 Neon Blue

📋 copy color: '#533FE1'

red 83 ◦ green 63 ◦ blue 225

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

Shades of Neon Blue #533FE1

Tints of Neon Blue #533FE1

RGB

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

 GREEN value IS 63 (25% from 255) = 16.98%

 BLUE value IS 225 (88.28% from 255) = 60.65%

R = 22.37%
G = 16.98%
B = 60.65%

CMYK

 C value IS 0.63

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#533FE1 (or 0x533FE1) is known color: Neon Blue. HEX triplet: 53, 3F and E1. RGB value is (83,63,225). Sum of RGB (Red+Green+Blue) = 83+63+225=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 225 (88.28% from 255 or 60.65% from 371); Max value from RGB is 225 - color contains mainly: blue. Hex color #533FE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533FE1 is #ACC01E. Grayscale: #565656. Windows color (decimal): -11321375 or 14761811. OLE color: 14761811.

HSL color Cylindrical-coordinate representation of color #533FE1: hue angle of 247.41º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #533FE1 is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 83 63 225 -
CMYK 0.63 0.72 0 0.12
HSL 247.41º 0.73% 0.56% -
HSV(B) 247.41º 0.72% 0.88% -
XYZ 18.94 10.83 72.33 -
YUV 87.45 205.63 124.83 -
System Red Green Blue C M Y K H S L
Decimal 83 63 225 0.63 0.72 0 0.12 247.41 0.73 0.56
Hex 53 3F E1 3F 48 0 C F7 49 38
Octal 123 77 341 77 110 0 14 367 111 70
Binary 1010011 111111 11100001 111111 1001000 0 1100 11110111 1001001 111000

Color Harmonies of #533FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533FE1

Black with #533FE1

Text Example


Text Example

White with #533FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,63,225); }

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

background-color css

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

 a { background-color: rgb(83,63,225); }

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

border-color css

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

 span { border-color: rgb(83,63,225); }

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