Html Css Color HEX #533CE4 Neon Blue

📋 copy color: '#533CE4'

red 83 ◦ green 60 ◦ blue 228

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

Shades of Neon Blue #533CE4

Tints of Neon Blue #533CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 61.46%

R = 22.37%
G = 16.17%
B = 61.46%

CMYK

 C value IS 0.64

 M value IS 0.74

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#533CE4 (or 0x533CE4) is known color: Neon Blue. HEX triplet: 53, 3C and E4. RGB value is (83,60,228). Sum of RGB (Red+Green+Blue) = 83+60+228=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 228 (89.45% from 255 or 61.46% from 371); Max value from RGB is 228 - color contains mainly: blue. Hex color #533CE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533CE4 is #ACC31B. Grayscale: #555555. Windows color (decimal): -11322140 or 14957651. OLE color: 14957651.

HSL color Cylindrical-coordinate representation of color #533CE4: hue angle of 248.21º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #533CE4 is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 83 60 228 -
CMYK 0.64 0.74 0 0.11
HSL 248.21º 0.76% 0.56% -
HSV(B) 248.21º 0.74% 0.89% -
XYZ 19.19 10.67 74.45 -
YUV 86.03 208.12 125.84 -
System Red Green Blue C M Y K H S L
Decimal 83 60 228 0.64 0.74 0 0.11 248.21 0.76 0.56
Hex 53 3C E4 40 4A 0 B F8 4C 38
Octal 123 74 344 100 112 0 13 370 114 70
Binary 1010011 111100 11100100 1000000 1001010 0 1011 11111000 1001100 111000

Color Harmonies of #533CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533CE4

Black with #533CE4

Text Example


Text Example

White with #533CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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