#5C6DFF

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

Shades of Neon Blue #5C6DFF

Tints of Neon Blue #5C6DFF

Color information

#5C6DFF (or 0x5C6DFF) is unknown color: approx Neon Blue. HEX triplet: 5C, 6D and FF. RGB value is (92,109,255). Sum of RGB (Red+Green+Blue) = 92+109+255=456 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.18% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #5C6DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C6DFF is #A39200. Grayscale: #777777. Windows color (decimal): -10719745 or 16739676. OLE color: 16739676.

HSL color Cylindrical-coordinate representation of color #5C6DFF: hue angle of 233.74º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C6DFF is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB92109255-
CMYK0.640.5700
HSL233.74º100%68.04%-
HSV(B)233.74º63.92%100%-
XYZ27.9320.4397.08-
YUV120.56203.87107.63-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.18%
GREEN value IS 109 (42.97% from 255) = 23.90%
BLUE value IS 255 (100% from 255) = 55.92%
R=20.18%
G=23.90%
B=55.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal921092550.640.5700233.7410068.04
Hex5C6DFF403900ea6444
Octal1341553771007100352144104
Binary10111001101101111111111000000111001001110101011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,109,255); }

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

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

 a { background-color: rgb(92,109,255); }

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

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

 span { border-color: rgb(92,109,255); }

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