Html Css Color HEX #573BFD Neon Blue

📋 copy color: '#573BFD'

red 87 ◦ green 59 ◦ blue 253

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

Shades of Neon Blue #573BFD

Tints of Neon Blue #573BFD

RGB

 RED value IS 87 (34.38% from 255) = 21.8%

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

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

R = 21.8%
G = 14.79%
B = 63.41%

CMYK

 C value IS 0.66

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#573BFD (or 0x573BFD) is known color: Neon Blue. HEX triplet: 57, 3B and FD. RGB value is (87,59,253). Sum of RGB (Red+Green+Blue) = 87+59+253=399 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.80% from 399); Green value is 59 (23.44% from 255 or 14.79% from 399); Blue value is 253 (99.22% from 255 or 63.41% from 399); Max value from RGB is 253 - color contains mainly: blue. Hex color #573BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #573BFD is #A8C402. Grayscale: #585858. Windows color (decimal): -11060227 or 16595799. OLE color: 16595799.

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

Color convert

RGB 87 59 253 -
CMYK 0.66 0.77 0 0.01
HSL 248.66º 0.98% 0.61% -
HSV(B) 248.66º 0.77% 0.99% -
XYZ 23.22 12.25 94.07 -
YUV 89.49 220.28 126.23 -
System Red Green Blue C M Y K H S L
Decimal 87 59 253 0.66 0.77 0 0.01 248.66 0.98 0.61
Hex 57 3B FD 42 4D 0 1 F9 62 3D
Octal 127 73 375 102 115 0 1 371 142 75
Binary 1010111 111011 11111101 1000010 1001101 0 1 11111001 1100010 111101

Color Harmonies of #573BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573BFD

Black with #573BFD

Text Example


Text Example

White with #573BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573BFD; }

 p { color: rgb(87,59,253); }

 H1.HeaderClassName
 {
   color: #573BFD;
 }
 .AnyTagClassName
 {
   color: #573BFD;
 }
</style>

background-color css

<style>
 a { background-color: #573BFD; }

 a { background-color: rgb(87,59,253); }

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

border-color css

<style>
 span { border-color: #573BFD; }

 span { border-color: rgb(87,59,253); }

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