Html Css Color HEX #533EEB Neon Blue

📋 copy color: '#533EEB'

red 83 ◦ green 62 ◦ blue 235

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

Shades of Neon Blue #533EEB

Tints of Neon Blue #533EEB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.32%

 BLUE value IS 235 (92.19% from 255) = 61.84%

R = 21.84%
G = 16.32%
B = 61.84%

CMYK

 C value IS 0.65

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#533EEB (or 0x533EEB) is known color: Neon Blue. HEX triplet: 53, 3E and EB. RGB value is (83,62,235). Sum of RGB (Red+Green+Blue) = 83+62+235=380 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.84% from 380); Green value is 62 (24.61% from 255 or 16.32% from 380); Blue value is 235 (92.19% from 255 or 61.84% from 380); Max value from RGB is 235 - color contains mainly: blue. Hex color #533EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #533EEB is #ACC114. Grayscale: #575757. Windows color (decimal): -11321621 or 15416915. OLE color: 15416915.

HSL color Cylindrical-coordinate representation of color #533EEB: hue angle of 247.28º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #533EEB is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 62 235 -
CMYK 0.65 0.74 0 0.08
HSL 247.28º 0.81% 0.58% -
HSV(B) 247.28º 0.74% 0.92% -
XYZ 20.29 11.28 79.71 -
YUV 88 210.96 124.43 -
System Red Green Blue C M Y K H S L
Decimal 83 62 235 0.65 0.74 0 0.08 247.28 0.81 0.58
Hex 53 3E EB 41 4A 0 8 F7 51 3A
Octal 123 76 353 101 112 0 10 367 121 72
Binary 1010011 111110 11101011 1000001 1001010 0 1000 11110111 1010001 111010

Color Harmonies of #533EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533EEB

Black with #533EEB

Text Example


Text Example

White with #533EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,62,235); }

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

background-color css

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

 a { background-color: rgb(83,62,235); }

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

border-color css

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

 span { border-color: rgb(83,62,235); }

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