#5E5CEC

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

Shades of Neon Blue #5E5CEC

Tints of Neon Blue #5E5CEC

Color information

#5E5CEC (or 0x5E5CEC) is unknown color: approx Neon Blue. HEX triplet: 5E, 5C and EC. RGB value is (94,92,236). Sum of RGB (Red+Green+Blue) = 94+92+236=422 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.27% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 236 (92.58% from 255 or 55.92% from 422); Max value from RGB is 236 - color contains mainly: blue. Hex color #5E5CEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E5CEC is #A1A313. Grayscale: #6C6C6C. Windows color (decimal): -10593044 or 15490142. OLE color: 15490142.

HSL color Cylindrical-coordinate representation of color #5E5CEC: hue angle of 240.83º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E5CEC is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB9492236-
CMYK0.600.6100.07
HSL240.83º79.12%64.31%-
HSV(B)240.83º61.02%92.55%-
XYZ23.5816.0981.22-
YUV109.01199.66117.29-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.27%
GREEN value IS 92 (36.33% from 255) = 21.80%
BLUE value IS 236 (92.58% from 255) = 55.92%
R=22.27%
G=21.80%
B=55.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal94922360.600.6100.07240.8379.1264.31
Hex5E5CEC3C3D07f14f40
Octal136134354747507361117100
Binary101111010111001110110011110011110101111111000110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,92,236); }

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

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

 a { background-color: rgb(94,92,236); }

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

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

 span { border-color: rgb(94,92,236); }

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