Html Css Color HEX #533BEF Neon Blue

📋 copy color: '#533BEF'

red 83 ◦ green 59 ◦ blue 239

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

Shades of Neon Blue #533BEF

Tints of Neon Blue #533BEF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.49%

 BLUE value IS 239 (93.75% from 255) = 62.73%

R = 21.78%
G = 15.49%
B = 62.73%

CMYK

 C value IS 0.65

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#533BEF (or 0x533BEF) is known color: Neon Blue. HEX triplet: 53, 3B and EF. RGB value is (83,59,239). Sum of RGB (Red+Green+Blue) = 83+59+239=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 59 (23.44% from 255 or 15.49% from 381); Blue value is 239 (93.75% from 255 or 62.73% from 381); Max value from RGB is 239 - color contains mainly: blue. Hex color #533BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #533BEF is #ACC410. Grayscale: #565656. Windows color (decimal): -11322385 or 15678291. OLE color: 15678291.

HSL color Cylindrical-coordinate representation of color #533BEF: hue angle of 248º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #533BEF is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 59 239 -
CMYK 0.65 0.75 0 0.06
HSL 248º 0.85% 0.58% -
HSV(B) 248º 0.75% 0.94% -
XYZ 20.71 11.2 82.73 -
YUV 86.7 213.95 125.36 -
System Red Green Blue C M Y K H S L
Decimal 83 59 239 0.65 0.75 0 0.06 248 0.85 0.58
Hex 53 3B EF 41 4B 0 6 F8 55 3A
Octal 123 73 357 101 113 0 6 370 125 72
Binary 1010011 111011 11101111 1000001 1001011 0 110 11111000 1010101 111010

Color Harmonies of #533BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533BEF

Black with #533BEF

Text Example


Text Example

White with #533BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,59,239); }

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

background-color css

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

 a { background-color: rgb(83,59,239); }

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

border-color css

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

 span { border-color: rgb(83,59,239); }

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