Html Css Color HEX #573FEA Neon Blue

📋 copy color: '#573FEA'

red 87 ◦ green 63 ◦ blue 234

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

Shades of Neon Blue #573FEA

Tints of Neon Blue #573FEA

RGB

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

 GREEN value IS 63 (25% from 255) = 16.41%

 BLUE value IS 234 (91.8% from 255) = 60.94%

R = 22.66%
G = 16.41%
B = 60.94%

CMYK

 C value IS 0.63

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#573FEA (or 0x573FEA) is known color: Neon Blue. HEX triplet: 57, 3F and EA. RGB value is (87,63,234). Sum of RGB (Red+Green+Blue) = 87+63+234=384 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.66% from 384); Green value is 63 (25% from 255 or 16.41% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #573FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #573FEA is #A8C015. Grayscale: #595959. Windows color (decimal): -11059222 or 15351639. OLE color: 15351639.

HSL color Cylindrical-coordinate representation of color #573FEA: hue angle of 248.42º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #573FEA is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 87 63 234 -
CMYK 0.63 0.73 0 0.08
HSL 248.42º 0.8% 0.58% -
HSV(B) 248.42º 0.73% 0.92% -
XYZ 20.56 11.52 78.98 -
YUV 89.67 209.45 126.1 -
System Red Green Blue C M Y K H S L
Decimal 87 63 234 0.63 0.73 0 0.08 248.42 0.8 0.58
Hex 57 3F EA 3F 49 0 8 F8 50 3A
Octal 127 77 352 77 111 0 10 370 120 72
Binary 1010111 111111 11101010 111111 1001001 0 1000 11111000 1010000 111010

Color Harmonies of #573FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573FEA

Black with #573FEA

Text Example


Text Example

White with #573FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,63,234); }

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

background-color css

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

 a { background-color: rgb(87,63,234); }

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

border-color css

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

 span { border-color: rgb(87,63,234); }

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