#5750F9

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

Shades of Neon Blue #5750F9

Tints of Neon Blue #5750F9

Color information

#5750F9 (or 0x5750F9) is unknown color: approx Neon Blue. HEX triplet: 57, 50 and F9. RGB value is (87,80,249). Sum of RGB (Red+Green+Blue) = 87+80+249=416 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.91% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 249 (97.66% from 255 or 59.86% from 416); Max value from RGB is 249 - color contains mainly: blue. Hex color #5750F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5750F9 is #A8AF06. Grayscale: #646464. Windows color (decimal): -11054855 or 16339031. OLE color: 16339031.

HSL color Cylindrical-coordinate representation of color #5750F9: hue angle of 242.49º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5750F9 is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8780249-
CMYK0.650.6800.02
HSL242.49º93.37%64.51%-
HSV(B)242.49º67.87%97.65%-
XYZ23.914.691.18-
YUV101.36211.32117.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.91%
GREEN value IS 80 (31.64% from 255) = 19.23%
BLUE value IS 249 (97.66% from 255) = 59.86%
R=20.91%
G=19.23%
B=59.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal87802490.650.6800.02242.4993.3764.51
Hex5750F9414402f25d41
Octal12712037110110402362135101
Binary1010111101000011111001100000110001000101111001010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5750F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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