#5C4BEC

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

Shades of Neon Blue #5C4BEC

Tints of Neon Blue #5C4BEC

Color information

#5C4BEC (or 0x5C4BEC) is unknown color: approx Neon Blue. HEX triplet: 5C, 4B and EC. RGB value is (92,75,236). Sum of RGB (Red+Green+Blue) = 92+75+236=403 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.83% from 403); Green value is 75 (29.69% from 255 or 18.61% from 403); Blue value is 236 (92.58% from 255 or 58.56% from 403); Max value from RGB is 236 - color contains mainly: blue. Hex color #5C4BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C4BEC is #A3B413. Grayscale: #616161. Windows color (decimal): -10728468 or 15485788. OLE color: 15485788.

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

Color convert

RGB9275236-
CMYK0.610.6800.07
HSL246.34º80.9%60.98%-
HSV(B)246.34º68.22%92.55%-
XYZ22.0713.3680.77-
YUV98.44205.63123.41-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.83%
GREEN value IS 75 (29.69% from 255) = 18.61%
BLUE value IS 236 (92.58% from 255) = 58.56%
R=22.83%
G=18.61%
B=58.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal92752360.610.6800.07246.3480.960.98
Hex5C4BEC3D4407f6513d
Octal134113354751040736612175
Binary101110010010111110110011110110001000111111101101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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