#5C60F1

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

Shades of Neon Blue #5C60F1

Tints of Neon Blue #5C60F1

Color information

#5C60F1 (or 0x5C60F1) is unknown color: approx Neon Blue. HEX triplet: 5C, 60 and F1. RGB value is (92,96,241). Sum of RGB (Red+Green+Blue) = 92+96+241=429 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.45% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 241 (94.53% from 255 or 56.18% from 429); Max value from RGB is 241 - color contains mainly: blue. Hex color #5C60F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C60F1 is #A39F0E. Grayscale: #6E6E6E. Windows color (decimal): -10723087 or 15818844. OLE color: 15818844.

HSL color Cylindrical-coordinate representation of color #5C60F1: hue angle of 238.39º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C60F1 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9296241-
CMYK0.620.6000.05
HSL238.39º84.18%65.29%-
HSV(B)238.39º61.83%94.51%-
XYZ24.4716.9985.21-
YUV111.33201.17114.21-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.45%
GREEN value IS 96 (37.89% from 255) = 22.38%
BLUE value IS 241 (94.53% from 255) = 56.18%
R=21.45%
G=22.38%
B=56.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal92962410.620.6000.05238.3984.1865.29
Hex5C60F13E3C05ee5441
Octal134140361767405356124101
Binary101110011000001111000111111011110001011110111010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C60F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C60F1; }

 p { color: rgb(92,96,241); }

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

<style>
 a { background-color: #5C60F1; }

 a { background-color: rgb(92,96,241); }

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

<style>
 span { border-color: #5C60F1; }

 span { border-color: rgb(92,96,241); }

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