#573DFC

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

Shades of Neon Blue #573DFC

Tints of Neon Blue #573DFC

Color information

#573DFC (or 0x573DFC) is unknown color: approx Neon Blue. HEX triplet: 57, 3D and FC. RGB value is (87,61,252). Sum of RGB (Red+Green+Blue) = 87+61+252=400 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.75% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #573DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #573DFC is #A8C203. Grayscale: #595959. Windows color (decimal): -11059716 or 16530775. OLE color: 16530775.

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

Color convert

RGB8761252-
CMYK0.650.7600.01
HSL248.17º96.95%61.37%-
HSV(B)248.17º75.79%98.82%-
XYZ23.1712.3993.27-
YUV90.55219.11125.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.75%
GREEN value IS 61 (24.22% from 255) = 15.25%
BLUE value IS 252 (98.83% from 255) = 63%
R=21.75%
G=15.25%
B=63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal87612520.650.7600.01248.1796.9561.37
Hex573DFC414C01f8613d
Octal127753741011140137014175
Binary1010111111101111111001000001100110001111110001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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