Html Css Color HEX #533BDF Neon Blue

📋 copy color: '#533BDF'

red 83 ◦ green 59 ◦ blue 223

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

Shades of Neon Blue #533BDF

Tints of Neon Blue #533BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 61.1%

R = 22.74%
G = 16.16%
B = 61.1%

CMYK

 C value IS 0.63

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#533BDF (or 0x533BDF) is known color: Neon Blue. HEX triplet: 53, 3B and DF. RGB value is (83,59,223). Sum of RGB (Red+Green+Blue) = 83+59+223=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 59 (23.44% from 255 or 16.16% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #533BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533BDF is #ACC420. Grayscale: #545454. Windows color (decimal): -11322401 or 14629715. OLE color: 14629715.

HSL color Cylindrical-coordinate representation of color #533BDF: hue angle of 248.78º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #533BDF is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 59 223 -
CMYK 0.63 0.74 0 0.13
HSL 248.78º 0.72% 0.55% -
HSV(B) 248.78º 0.74% 0.87% -
XYZ 18.45 10.29 70.83 -
YUV 84.87 205.95 126.66 -
System Red Green Blue C M Y K H S L
Decimal 83 59 223 0.63 0.74 0 0.13 248.78 0.72 0.55
Hex 53 3B DF 3F 4A 0 D F9 48 37
Octal 123 73 337 77 112 0 15 371 110 67
Binary 1010011 111011 11011111 111111 1001010 0 1101 11111001 1001000 110111

Color Harmonies of #533BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533BDF

Black with #533BDF

Text Example


Text Example

White with #533BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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