Html Css Color HEX #533EEE Neon Blue

📋 copy color: '#533EEE'

red 83 ◦ green 62 ◦ blue 238

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

Shades of Neon Blue #533EEE

Tints of Neon Blue #533EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 62.14%

R = 21.67%
G = 16.19%
B = 62.14%

CMYK

 C value IS 0.65

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#533EEE (or 0x533EEE) is known color: Neon Blue. HEX triplet: 53, 3E and EE. RGB value is (83,62,238). Sum of RGB (Red+Green+Blue) = 83+62+238=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 62 (24.61% from 255 or 16.19% from 383); Blue value is 238 (93.36% from 255 or 62.14% from 383); Max value from RGB is 238 - color contains mainly: blue. Hex color #533EEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #533EEE is #ACC111. Grayscale: #575757. Windows color (decimal): -11321618 or 15613523. OLE color: 15613523.

HSL color Cylindrical-coordinate representation of color #533EEE: hue angle of 247.16º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #533EEE is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 62 238 -
CMYK 0.65 0.74 0 0.07
HSL 247.16º 0.84% 0.59% -
HSV(B) 247.16º 0.74% 0.93% -
XYZ 20.72 11.46 82.01 -
YUV 88.34 212.46 124.19 -
System Red Green Blue C M Y K H S L
Decimal 83 62 238 0.65 0.74 0 0.07 247.16 0.84 0.59
Hex 53 3E EE 41 4A 0 7 F7 54 3B
Octal 123 76 356 101 112 0 7 367 124 73
Binary 1010011 111110 11101110 1000001 1001010 0 111 11110111 1010100 111011

Color Harmonies of #533EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533EEE

Black with #533EEE

Text Example


Text Example

White with #533EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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