Html Css Color HEX #533BFA Neon Blue

📋 copy color: '#533BFA'

red 83 ◦ green 59 ◦ blue 250

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

Shades of Neon Blue #533BFA

Tints of Neon Blue #533BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 63.78%

R = 21.17%
G = 15.05%
B = 63.78%

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

#533BFA (or 0x533BFA) is known color: Neon Blue. HEX triplet: 53, 3B and FA. RGB value is (83,59,250). Sum of RGB (Red+Green+Blue) = 83+59+250=392 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.17% from 392); Green value is 59 (23.44% from 255 or 15.05% from 392); Blue value is 250 (98.05% from 255 or 63.78% from 392); Max value from RGB is 250 - color contains mainly: blue. Hex color #533BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #533BFA is #ACC405. Grayscale: #575757. Windows color (decimal): -11322374 or 16399187. OLE color: 16399187.

HSL color Cylindrical-coordinate representation of color #533BFA: hue angle of 247.54º degrees, saturation: 0.95, 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 #533BFA is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 59 250 -
CMYK 0.67 0.76 0 0.02
HSL 247.54º 0.95% 0.61% -
HSV(B) 247.54º 0.76% 0.98% -
XYZ 22.39 11.87 91.55 -
YUV 87.95 219.45 124.47 -
System Red Green Blue C M Y K H S L
Decimal 83 59 250 0.67 0.76 0 0.02 247.54 0.95 0.61
Hex 53 3B FA 43 4C 0 2 F8 5F 3D
Octal 123 73 372 103 114 0 2 370 137 75
Binary 1010011 111011 11111010 1000011 1001100 0 10 11111000 1011111 111101

Color Harmonies of #533BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533BFA

Black with #533BFA

Text Example


Text Example

White with #533BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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