Html Css Color HEX #5760FA Neon Blue

📋 copy color: '#5760FA'

red 87 ◦ green 96 ◦ blue 250

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

Shades of Neon Blue #5760FA

Tints of Neon Blue #5760FA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.17%

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

R = 20.09%
G = 22.17%
B = 57.74%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5760FA (or 0x5760FA) is known color: Neon Blue. HEX triplet: 57, 60 and FA. RGB value is (87,96,250). Sum of RGB (Red+Green+Blue) = 87+96+250=433 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.09% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #5760FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5760FA is #A89F05. Grayscale: #6E6E6E. Windows color (decimal): -11050758 or 16408663. OLE color: 16408663.

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

Color convert

RGB 87 96 250 -
CMYK 0.65 0.62 0 0.02
HSL 236.69º 0.94% 0.66% -
HSV(B) 236.69º 0.65% 0.98% -
XYZ 25.37 17.29 92.44 -
YUV 110.87 206.52 110.98 -
System Red Green Blue C M Y K H S L
Decimal 87 96 250 0.65 0.62 0 0.02 236.69 0.94 0.66
Hex 57 60 FA 41 3E 0 2 ED 5E 42
Octal 127 140 372 101 76 0 2 355 136 102
Binary 1010111 1100000 11111010 1000001 111110 0 10 11101101 1011110 1000010

Color Harmonies of #5760FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5760FA

Black with #5760FA

Text Example


Text Example

White with #5760FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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