#5C63F1

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

Shades of Neon Blue #5C63F1

Tints of Neon Blue #5C63F1

Color information

#5C63F1 (or 0x5C63F1) is unknown color: approx Neon Blue. HEX triplet: 5C, 63 and F1. RGB value is (92,99,241). Sum of RGB (Red+Green+Blue) = 92+99+241=432 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.30% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 241 (94.53% from 255 or 55.79% from 432); Max value from RGB is 241 - color contains mainly: blue. Hex color #5C63F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C63F1 is #A39C0E. Grayscale: #707070. Windows color (decimal): -10722319 or 15819612. OLE color: 15819612.

HSL color Cylindrical-coordinate representation of color #5C63F1: hue angle of 237.18º 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 #5C63F1 is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9299241-
CMYK0.620.5900.05
HSL237.18º84.18%65.29%-
HSV(B)237.18º61.83%94.51%-
XYZ24.7517.5585.3-
YUV113.1200.18112.95-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.30%
GREEN value IS 99 (39.06% from 255) = 22.92%
BLUE value IS 241 (94.53% from 255) = 55.79%
R=21.30%
G=22.92%
B=55.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal92992410.620.5900.05237.1884.1865.29
Hex5C63F13E3B05ed5441
Octal134143361767305355124101
Binary101110011000111111000111111011101101011110110110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C63F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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