#5C3DE4

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

Shades of Neon Blue #5C3DE4

Tints of Neon Blue #5C3DE4

Color information

#5C3DE4 (or 0x5C3DE4) is unknown color: approx Neon Blue. HEX triplet: 5C, 3D and E4. RGB value is (92,61,228). Sum of RGB (Red+Green+Blue) = 92+61+228=381 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.15% from 381); Green value is 61 (24.22% from 255 or 16.01% from 381); Blue value is 228 (89.45% from 255 or 59.84% from 381); Max value from RGB is 228 - color contains mainly: blue. Hex color #5C3DE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3DE4 is #A3C21B. Grayscale: #585858. Windows color (decimal): -10732060 or 14957916. OLE color: 14957916.

HSL color Cylindrical-coordinate representation of color #5C3DE4: hue angle of 251.14º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5C3DE4 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB9261228-
CMYK0.600.7300.11
HSL251.14º75.57%56.67%-
HSV(B)251.14º73.25%89.41%-
XYZ20.0911.2174.5-
YUV89.31206.27129.92-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.15%
GREEN value IS 61 (24.22% from 255) = 16.01%
BLUE value IS 228 (89.45% from 255) = 59.84%
R=24.15%
G=16.01%
B=59.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal92612280.600.7300.11251.1475.5756.67
Hex5C3DE43C490Bfb4c39
Octal134753447411101337311471
Binary101110011110111100100111100100100101011111110111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,61,228); }

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

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

 a { background-color: rgb(92,61,228); }

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

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

 span { border-color: rgb(92,61,228); }

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