#573FFF

Color #573FFF Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #573FFF

Tints of Neon Blue #573FFF

Color information

#573FFF (or 0x573FFF) is unknown color: approx Neon Blue. HEX triplet: 57, 3F and FF. RGB value is (87,63,255). Sum of RGB (Red+Green+Blue) = 87+63+255=405 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.48% from 405); Green value is 63 (25% from 255 or 15.56% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #573FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #573FFF is #A8C000. Grayscale: #5B5B5B. Windows color (decimal): -11059201 or 16727895. OLE color: 16727895.

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

Color convert

RGB8763255-
CMYK0.660.7500
HSL247.5º100%62.35%-
HSV(B)247.5º75.29%100%-
XYZ23.7612.895.83-
YUV92.06219.95124.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.48%
GREEN value IS 63 (25% from 255) = 15.56%
BLUE value IS 255 (100% from 255) = 62.96%
R=21.48%
G=15.56%
B=62.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal87632550.660.7500247.510062.35
Hex573FFF424B00f8643e
Octal127773771021130037014476
Binary1010111111111111111111000010100101100111110001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #573FFF;
 }
 .AnyTagClassName
 {
   color: #573FFF;
 }
</style>
background-color css

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

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

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

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

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

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