Html Css Color HEX #5764FA Neon Blue

📋 copy color: '#5764FA'

red 87 ◦ green 100 ◦ blue 250

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

Shades of Neon Blue #5764FA

Tints of Neon Blue #5764FA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.88%

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

R = 19.91%
G = 22.88%
B = 57.21%

CMYK

 C value IS 0.65

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5764FA (or 0x5764FA) is known color: Neon Blue. HEX triplet: 57, 64 and FA. RGB value is (87,100,250). Sum of RGB (Red+Green+Blue) = 87+100+250=437 (57% of max value = 765). Red value is 87 (34.38% from 255 or 19.91% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 250 (98.05% from 255 or 57.21% from 437); Max value from RGB is 250 - color contains mainly: blue. Hex color #5764FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5764FA is #A89B05. Grayscale: #707070. Windows color (decimal): -11049734 or 16409687. OLE color: 16409687.

HSL color Cylindrical-coordinate representation of color #5764FA: hue angle of 235.21º 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 #5764FA is Cyan = 0.65, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 87 100 250 -
CMYK 0.65 0.6 0 0.02
HSL 235.21º 0.94% 0.66% -
HSV(B) 235.21º 0.65% 0.98% -
XYZ 25.74 18.04 92.57 -
YUV 113.21 205.19 109.3 -
System Red Green Blue C M Y K H S L
Decimal 87 100 250 0.65 0.6 0 0.02 235.21 0.94 0.66
Hex 57 64 FA 41 3C 0 2 EB 5E 42
Octal 127 144 372 101 74 0 2 353 136 102
Binary 1010111 1100100 11111010 1000001 111100 0 10 11101011 1011110 1000010

Color Harmonies of #5764FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5764FA

Black with #5764FA

Text Example


Text Example

White with #5764FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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