Html Css Color HEX #573CFC Neon Blue

📋 copy color: '#573CFC'

red 87 ◦ green 60 ◦ blue 252

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

Shades of Neon Blue #573CFC

Tints of Neon Blue #573CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.16%

R = 21.8%
G = 15.04%
B = 63.16%

CMYK

 C value IS 0.65

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#573CFC (or 0x573CFC) is known color: Neon Blue. HEX triplet: 57, 3C and FC. RGB value is (87,60,252). Sum of RGB (Red+Green+Blue) = 87+60+252=399 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.80% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 252 (98.83% from 255 or 63.16% from 399); Max value from RGB is 252 - color contains mainly: blue. Hex color #573CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #573CFC is #A8C303. Grayscale: #595959. Windows color (decimal): -11059972 or 16530519. OLE color: 16530519.

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

Color convert

RGB 87 60 252 -
CMYK 0.65 0.76 0 0.01
HSL 248.44º 0.97% 0.61% -
HSV(B) 248.44º 0.76% 0.99% -
XYZ 23.12 12.29 93.25 -
YUV 89.96 219.45 125.89 -
System Red Green Blue C M Y K H S L
Decimal 87 60 252 0.65 0.76 0 0.01 248.44 0.97 0.61
Hex 57 3C FC 41 4C 0 1 F8 61 3D
Octal 127 74 374 101 114 0 1 370 141 75
Binary 1010111 111100 11111100 1000001 1001100 0 1 11111000 1100001 111101

Color Harmonies of #573CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573CFC

Black with #573CFC

Text Example


Text Example

White with #573CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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