#5750FF

Color #5750FF Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #5750FF

Tints of Neon Blue #5750FF

Color information

#5750FF (or 0x5750FF) is unknown color: approx Neon Blue. HEX triplet: 57, 50 and FF. RGB value is (87,80,255). Sum of RGB (Red+Green+Blue) = 87+80+255=422 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.62% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #5750FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5750FF is #A8AF00. Grayscale: #656565. Windows color (decimal): -11054849 or 16732247. OLE color: 16732247.

HSL color Cylindrical-coordinate representation of color #5750FF: hue angle of 242.4º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5750FF is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB8780255-
CMYK0.660.6900
HSL242.4º100%65.69%-
HSV(B)242.4º68.63%100%-
XYZ24.8514.9896.19-
YUV102.04214.32117.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.62%
GREEN value IS 80 (31.64% from 255) = 18.96%
BLUE value IS 255 (100% from 255) = 60.43%
R=20.62%
G=18.96%
B=60.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal87802550.660.6900242.410065.69
Hex5750FF424500f26442
Octal12712037710210500362144102
Binary101011110100001111111110000101000101001111001011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5750FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5750FF; }

 p { color: rgb(87,80,255); }

 H1.HeaderClassName
 {
   color: #5750FF;
 }
 .AnyTagClassName
 {
   color: #5750FF;
 }
</style>
background-color css

<style>
 a { background-color: #5750FF; }

 a { background-color: rgb(87,80,255); }

 div.DivClassName
 {
   background-color: #5750FF;
 }
 .BgClassName
 {
   background-color: #5750FF;
 }
</style>
border-color css

<style>
 span { border-color: #5750FF; }

 span { border-color: rgb(87,80,255); }

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