Html Css Color HEX #533CFD Neon Blue

📋 copy color: '#533CFD'

red 83 ◦ green 60 ◦ blue 253

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

Shades of Neon Blue #533CFD

Tints of Neon Blue #533CFD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.15%

 BLUE value IS 253 (99.22% from 255) = 63.89%

R = 20.96%
G = 15.15%
B = 63.89%

CMYK

 C value IS 0.67

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#533CFD (or 0x533CFD) is known color: Neon Blue. HEX triplet: 53, 3C and FD. RGB value is (83,60,253). Sum of RGB (Red+Green+Blue) = 83+60+253=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 253 (99.22% from 255 or 63.89% from 396); Max value from RGB is 253 - color contains mainly: blue. Hex color #533CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #533CFD is #ACC302. Grayscale: #585858. Windows color (decimal): -11322115 or 16596051. OLE color: 16596051.

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

Color convert

RGB 83 60 253 -
CMYK 0.67 0.76 0 0.01
HSL 247.15º 0.98% 0.61% -
HSV(B) 247.15º 0.76% 0.99% -
XYZ 22.91 12.16 94.07 -
YUV 88.88 220.62 123.81 -
System Red Green Blue C M Y K H S L
Decimal 83 60 253 0.67 0.76 0 0.01 247.15 0.98 0.61
Hex 53 3C FD 43 4C 0 1 F7 62 3D
Octal 123 74 375 103 114 0 1 367 142 75
Binary 1010011 111100 11111101 1000011 1001100 0 1 11110111 1100010 111101

Color Harmonies of #533CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533CFD

Black with #533CFD

Text Example


Text Example

White with #533CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,60,253); }

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

background-color css

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

 a { background-color: rgb(83,60,253); }

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

border-color css

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

 span { border-color: rgb(83,60,253); }

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