Html Css Color HEX #5763F0 Neon Blue

📋 copy color: '#5763F0'

red 87 ◦ green 99 ◦ blue 240

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

Shades of Neon Blue #5763F0

Tints of Neon Blue #5763F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 56.34%

R = 20.42%
G = 23.24%
B = 56.34%

CMYK

 C value IS 0.64

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5763F0 (or 0x5763F0) is known color: Neon Blue. HEX triplet: 57, 63 and F0. RGB value is (87,99,240). Sum of RGB (Red+Green+Blue) = 87+99+240=426 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.42% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 240 (94.14% from 255 or 56.34% from 426); Max value from RGB is 240 - color contains mainly: blue. Hex color #5763F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5763F0 is #A89C0F. Grayscale: #6E6E6E. Windows color (decimal): -11050000 or 15754071. OLE color: 15754071.

HSL color Cylindrical-coordinate representation of color #5763F0: hue angle of 235.29º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5763F0 is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 87 99 240 -
CMYK 0.64 0.59 0 0.06
HSL 235.29º 0.84% 0.64% -
HSV(B) 235.29º 0.64% 0.94% -
XYZ 24.12 17.24 84.49 -
YUV 111.49 200.52 110.54 -
System Red Green Blue C M Y K H S L
Decimal 87 99 240 0.64 0.59 0 0.06 235.29 0.84 0.64
Hex 57 63 F0 40 3B 0 6 EB 54 40
Octal 127 143 360 100 73 0 6 353 124 100
Binary 1010111 1100011 11110000 1000000 111011 0 110 11101011 1010100 1000000

Color Harmonies of #5763F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5763F0

Black with #5763F0

Text Example


Text Example

White with #5763F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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