#5C5EF1

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

Shades of Neon Blue #5C5EF1

Tints of Neon Blue #5C5EF1

Color information

#5C5EF1 (or 0x5C5EF1) is unknown color: approx Neon Blue. HEX triplet: 5C, 5E and F1. RGB value is (92,94,241). Sum of RGB (Red+Green+Blue) = 92+94+241=427 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.55% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 241 (94.53% from 255 or 56.44% from 427); Max value from RGB is 241 - color contains mainly: blue. Hex color #5C5EF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C5EF1 is #A3A10E. Grayscale: #6D6D6D. Windows color (decimal): -10723599 or 15818332. OLE color: 15818332.

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

Color convert

RGB9294241-
CMYK0.620.6100.05
HSL239.19º84.18%65.29%-
HSV(B)239.19º61.83%94.51%-
XYZ24.2916.6385.15-
YUV110.16201.84115.05-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.55%
GREEN value IS 94 (37.11% from 255) = 22.01%
BLUE value IS 241 (94.53% from 255) = 56.44%
R=21.55%
G=22.01%
B=56.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal92942410.620.6100.05239.1984.1865.29
Hex5C5EF13E3D05ef5441
Octal134136361767505357124101
Binary101110010111101111000111111011110101011110111110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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