Html Css Color HEX #573AFF Neon Blue

📋 copy color: '#573AFF'

red 87 ◦ green 58 ◦ blue 255

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

Shades of Neon Blue #573AFF

Tints of Neon Blue #573AFF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.5%

 BLUE value IS 255 (100% from 255) = 63.75%

R = 21.75%
G = 14.5%
B = 63.75%

CMYK

 C value IS 0.66

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#573AFF (or 0x573AFF) is known color: Neon Blue. HEX triplet: 57, 3A and FF. RGB value is (87,58,255). Sum of RGB (Red+Green+Blue) = 87+58+255=400 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.75% from 400); Green value is 58 (23.05% from 255 or 14.5% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #573AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #573AFF is #A8C500. Grayscale: #585858. Windows color (decimal): -11060481 or 16726615. OLE color: 16726615.

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

Color convert

RGB 87 58 255 -
CMYK 0.66 0.77 0 0
HSL 248.83º 1% 0.61% -
HSV(B) 248.83º 0.77% 1% -
XYZ 23.49 12.27 95.74 -
YUV 89.13 221.61 126.48 -
System Red Green Blue C M Y K H S L
Decimal 87 58 255 0.66 0.77 0 0 248.83 1 0.61
Hex 57 3A FF 42 4D 0 0 F9 64 3D
Octal 127 72 377 102 115 0 0 371 144 75
Binary 1010111 111010 11111111 1000010 1001101 0 0 11111001 1100100 111101

Color Harmonies of #573AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573AFF

Black with #573AFF

Text Example


Text Example

White with #573AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,58,255); }

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

background-color css

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

 a { background-color: rgb(87,58,255); }

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

border-color css

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

 span { border-color: rgb(87,58,255); }

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