Html Css Color HEX #5763FA Neon Blue

📋 copy color: '#5763FA'

red 87 ◦ green 99 ◦ blue 250

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

Shades of Neon Blue #5763FA

Tints of Neon Blue #5763FA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.71%

 BLUE value IS 250 (98.05% from 255) = 57.34%

R = 19.95%
G = 22.71%
B = 57.34%

CMYK

 C value IS 0.65

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5763FA (or 0x5763FA) is known color: Neon Blue. HEX triplet: 57, 63 and FA. RGB value is (87,99,250). Sum of RGB (Red+Green+Blue) = 87+99+250=436 (57% of max value = 765). Red value is 87 (34.38% from 255 or 19.95% from 436); Green value is 99 (39.06% from 255 or 22.71% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #5763FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5763FA is #A89C05. Grayscale: #707070. Windows color (decimal): -11049990 or 16409431. OLE color: 16409431.

HSL color Cylindrical-coordinate representation of color #5763FA: hue angle of 235.58º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5763FA is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 87 99 250 -
CMYK 0.65 0.60 0 0.02
HSL 235.58º 0.94% 0.66% -
HSV(B) 235.58º 0.65% 0.98% -
XYZ 25.65 17.85 92.54 -
YUV 112.63 205.52 109.72 -
System Red Green Blue C M Y K H S L
Decimal 87 99 250 0.65 0.60 0 0.02 235.58 0.94 0.66
Hex 57 63 FA 41 3C 0 2 EC 5E 42
Octal 127 143 372 101 74 0 2 354 136 102
Binary 1010111 1100011 11111010 1000001 111100 0 10 11101100 1011110 1000010

Color Harmonies of #5763FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5763FA

Black with #5763FA

Text Example


Text Example

White with #5763FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5763FA; }

 p { color: rgb(87,99,250); }

 H1.HeaderClassName
 {
   color: #5763FA;
 }
 .AnyTagClassName
 {
   color: #5763FA;
 }
</style>

background-color css

<style>
 a { background-color: #5763FA; }

 a { background-color: rgb(87,99,250); }

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

border-color css

<style>
 span { border-color: #5763FA; }

 span { border-color: rgb(87,99,250); }

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