#5758FC

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

Shades of Neon Blue #5758FC

Tints of Neon Blue #5758FC

Color information

#5758FC (or 0x5758FC) is unknown color: approx Neon Blue. HEX triplet: 57, 58 and FC. RGB value is (87,88,252). Sum of RGB (Red+Green+Blue) = 87+88+252=427 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.37% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 252 (98.83% from 255 or 59.02% from 427); Max value from RGB is 252 - color contains mainly: blue. Hex color #5758FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5758FC is #A8A703. Grayscale: #696969. Windows color (decimal): -11052804 or 16537687. OLE color: 16537687.

HSL color Cylindrical-coordinate representation of color #5758FC: hue angle of 239.64º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5758FC is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB8788252-
CMYK0.650.6500.01
HSL239.64º96.49%66.47%-
HSV(B)239.64º65.48%98.82%-
XYZ24.9916.0393.87-
YUV106.4210.17114.16-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.37%
GREEN value IS 88 (34.77% from 255) = 20.61%
BLUE value IS 252 (98.83% from 255) = 59.02%
R=20.37%
G=20.61%
B=59.02%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal87882520.650.6500.01239.6496.4966.47
Hex5758FC414101f06042
Octal12713037410110101360140102
Binary101011110110001111110010000011000001011111000011000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5758FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5758FC; }

 p { color: rgb(87,88,252); }

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

<style>
 a { background-color: #5758FC; }

 a { background-color: rgb(87,88,252); }

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

<style>
 span { border-color: #5758FC; }

 span { border-color: rgb(87,88,252); }

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