#5C5DEF

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

Shades of Neon Blue #5C5DEF

Tints of Neon Blue #5C5DEF

Color information

#5C5DEF (or 0x5C5DEF) is unknown color: approx Neon Blue. HEX triplet: 5C, 5D and EF. RGB value is (92,93,239). Sum of RGB (Red+Green+Blue) = 92+93+239=424 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.70% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #5C5DEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C5DEF is #A3A210. Grayscale: #6C6C6C. Windows color (decimal): -10723857 or 15687004. OLE color: 15687004.

HSL color Cylindrical-coordinate representation of color #5C5DEF: hue angle of 239.59º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C5DEF is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB9293239-
CMYK0.620.6100.06
HSL239.59º82.12%64.9%-
HSV(B)239.59º61.51%93.73%-
XYZ23.9116.3483.55-
YUV109.34201.17115.63-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.70%
GREEN value IS 93 (36.72% from 255) = 21.93%
BLUE value IS 239 (93.75% from 255) = 56.37%
R=21.70%
G=21.93%
B=56.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal92932390.620.6100.06239.5982.1264.9
Hex5C5DEF3E3D06f05241
Octal134135357767506360122101
Binary101110010111011110111111111011110101101111000010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,93,239); }

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

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

 a { background-color: rgb(92,93,239); }

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

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

 span { border-color: rgb(92,93,239); }

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