Html Css Color HEX #533CE0 Neon Blue

📋 copy color: '#533CE0'

red 83 ◦ green 60 ◦ blue 224

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

Shades of Neon Blue #533CE0

Tints of Neon Blue #533CE0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.35%

 BLUE value IS 224 (87.89% from 255) = 61.04%

R = 22.62%
G = 16.35%
B = 61.04%

CMYK

 C value IS 0.63

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#533CE0 (or 0x533CE0) is known color: Neon Blue. HEX triplet: 53, 3C and E0. RGB value is (83,60,224). Sum of RGB (Red+Green+Blue) = 83+60+224=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 224 (87.89% from 255 or 61.04% from 367); Max value from RGB is 224 - color contains mainly: blue. Hex color #533CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533CE0 is #ACC31F. Grayscale: #545454. Windows color (decimal): -11322144 or 14695507. OLE color: 14695507.

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

Color convert

RGB 83 60 224 -
CMYK 0.63 0.73 0 0.12
HSL 248.41º 0.73% 0.56% -
HSV(B) 248.41º 0.73% 0.88% -
XYZ 18.64 10.45 71.56 -
YUV 85.57 206.12 126.16 -
System Red Green Blue C M Y K H S L
Decimal 83 60 224 0.63 0.73 0 0.12 248.41 0.73 0.56
Hex 53 3C E0 3F 49 0 C F8 49 38
Octal 123 74 340 77 111 0 14 370 111 70
Binary 1010011 111100 11100000 111111 1001001 0 1100 11111000 1001001 111000

Color Harmonies of #533CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533CE0

Black with #533CE0

Text Example


Text Example

White with #533CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,60,224); }

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

background-color css

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

 a { background-color: rgb(83,60,224); }

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

border-color css

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

 span { border-color: rgb(83,60,224); }

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