#5C5EF9

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

Shades of Neon Blue #5C5EF9

Tints of Neon Blue #5C5EF9

Color information

#5C5EF9 (or 0x5C5EF9) is unknown color: approx Neon Blue. HEX triplet: 5C, 5E and F9. RGB value is (92,94,249). Sum of RGB (Red+Green+Blue) = 92+94+249=435 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.15% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 249 (97.66% from 255 or 57.24% from 435); Max value from RGB is 249 - color contains mainly: blue. Hex color #5C5EF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C5EF9 is #A3A106. Grayscale: #6E6E6E. Windows color (decimal): -10723591 or 16342620. OLE color: 16342620.

HSL color Cylindrical-coordinate representation of color #5C5EF9: hue angle of 239.24º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C5EF9 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB9294249-
CMYK0.630.6200.02
HSL239.24º92.9%66.86%-
HSV(B)239.24º63.05%97.65%-
XYZ25.5217.1291.58-
YUV111.07205.84114.4-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.15%
GREEN value IS 94 (37.11% from 255) = 21.61%
BLUE value IS 249 (97.66% from 255) = 57.24%
R=21.15%
G=21.61%
B=57.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal92942490.630.6200.02239.2492.966.86
Hex5C5EF93F3E02ef5d43
Octal134136371777602357135103
Binary10111001011110111110011111111111100101110111110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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