Html Css Color HEX #533BFB Neon Blue

📋 copy color: '#533BFB'

red 83 ◦ green 59 ◦ blue 251

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

Shades of Neon Blue #533BFB

Tints of Neon Blue #533BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 63.87%

R = 21.12%
G = 15.01%
B = 63.87%

CMYK

 C value IS 0.67

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#533BFB (or 0x533BFB) is known color: Neon Blue. HEX triplet: 53, 3B and FB. RGB value is (83,59,251). Sum of RGB (Red+Green+Blue) = 83+59+251=393 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.12% from 393); Green value is 59 (23.44% from 255 or 15.01% from 393); Blue value is 251 (98.44% from 255 or 63.87% from 393); Max value from RGB is 251 - color contains mainly: blue. Hex color #533BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #533BFB is #ACC404. Grayscale: #575757. Windows color (decimal): -11322373 or 16464723. OLE color: 16464723.

HSL color Cylindrical-coordinate representation of color #533BFB: hue angle of 247.5º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #533BFB is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 59 251 -
CMYK 0.67 0.76 0 0.02
HSL 247.5º 0.96% 0.61% -
HSV(B) 247.5º 0.76% 0.98% -
XYZ 22.54 11.93 92.38 -
YUV 88.06 219.95 124.39 -
System Red Green Blue C M Y K H S L
Decimal 83 59 251 0.67 0.76 0 0.02 247.5 0.96 0.61
Hex 53 3B FB 43 4C 0 2 F8 60 3D
Octal 123 73 373 103 114 0 2 370 140 75
Binary 1010011 111011 11111011 1000011 1001100 0 10 11111000 1100000 111101

Color Harmonies of #533BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533BFB

Black with #533BFB

Text Example


Text Example

White with #533BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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