Html Css Color HEX #573CFA Neon Blue

📋 copy color: '#573CFA'

red 87 ◦ green 60 ◦ blue 250

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

Shades of Neon Blue #573CFA

Tints of Neon Blue #573CFA

RGB

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

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

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

R = 21.91%
G = 15.11%
B = 62.97%

CMYK

 C value IS 0.65

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#573CFA (or 0x573CFA) is known color: Neon Blue. HEX triplet: 57, 3C and FA. RGB value is (87,60,250). Sum of RGB (Red+Green+Blue) = 87+60+250=397 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.91% from 397); Green value is 60 (23.83% from 255 or 15.11% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #573CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #573CFA is #A8C305. Grayscale: #595959. Windows color (decimal): -11059974 or 16399447. OLE color: 16399447.

HSL color Cylindrical-coordinate representation of color #573CFA: hue angle of 248.53º 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 #573CFA is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 87 60 250 -
CMYK 0.65 0.76 0 0.02
HSL 248.53º 0.95% 0.61% -
HSV(B) 248.53º 0.76% 0.98% -
XYZ 22.8 12.16 91.59 -
YUV 89.73 218.45 126.05 -
System Red Green Blue C M Y K H S L
Decimal 87 60 250 0.65 0.76 0 0.02 248.53 0.95 0.61
Hex 57 3C FA 41 4C 0 2 F9 5F 3D
Octal 127 74 372 101 114 0 2 371 137 75
Binary 1010111 111100 11111010 1000001 1001100 0 10 11111001 1011111 111101

Color Harmonies of #573CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573CFA

Black with #573CFA

Text Example


Text Example

White with #573CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,60,250); }

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

background-color css

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

 a { background-color: rgb(87,60,250); }

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

border-color css

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

 span { border-color: rgb(87,60,250); }

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