Html Css Color HEX #573FFD Neon Blue

📋 copy color: '#573FFD'

red 87 ◦ green 63 ◦ blue 253

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

Shades of Neon Blue #573FFD

Tints of Neon Blue #573FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 62.78%

R = 21.59%
G = 15.63%
B = 62.78%

CMYK

 C value IS 0.66

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#573FFD (or 0x573FFD) is known color: Neon Blue. HEX triplet: 57, 3F and FD. RGB value is (87,63,253). Sum of RGB (Red+Green+Blue) = 87+63+253=403 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.59% from 403); Green value is 63 (25% from 255 or 15.63% from 403); Blue value is 253 (99.22% from 255 or 62.78% from 403); Max value from RGB is 253 - color contains mainly: blue. Hex color #573FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #573FFD is #A8C002. Grayscale: #5B5B5B. Windows color (decimal): -11059203 or 16596823. OLE color: 16596823.

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

Color convert

RGB 87 63 253 -
CMYK 0.66 0.75 0 0.01
HSL 247.58º 0.98% 0.62% -
HSV(B) 247.58º 0.75% 0.99% -
XYZ 23.44 12.67 94.14 -
YUV 91.84 218.95 124.55 -
System Red Green Blue C M Y K H S L
Decimal 87 63 253 0.66 0.75 0 0.01 247.58 0.98 0.62
Hex 57 3F FD 42 4B 0 1 F8 62 3E
Octal 127 77 375 102 113 0 1 370 142 76
Binary 1010111 111111 11111101 1000010 1001011 0 1 11111000 1100010 111110

Color Harmonies of #573FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573FFD

Black with #573FFD

Text Example


Text Example

White with #573FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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