#5B63F1

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

Shades of Neon Blue #5B63F1

Tints of Neon Blue #5B63F1

Color information

#5B63F1 (or 0x5B63F1) is unknown color: approx Neon Blue. HEX triplet: 5B, 63 and F1. RGB value is (91,99,241). Sum of RGB (Red+Green+Blue) = 91+99+241=431 (57% of max value = 765). Red value is 91 (35.94% from 255 or 21.11% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 241 (94.53% from 255 or 55.92% from 431); Max value from RGB is 241 - color contains mainly: blue. Hex color #5B63F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B63F1 is #A49C0E. Grayscale: #707070. Windows color (decimal): -10787855 or 15819611. OLE color: 15819611.

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

Color convert

RGB9199241-
CMYK0.620.5900.05
HSL236.8º84.27%65.1%-
HSV(B)236.8º62.24%94.51%-
XYZ24.6517.585.3-
YUV112.8200.35112.45-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.11%
GREEN value IS 99 (39.06% from 255) = 22.97%
BLUE value IS 241 (94.53% from 255) = 55.92%
R=21.11%
G=22.97%
B=55.92%

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
Decimal91992410.620.5900.05236.884.2765.1
Hex5B63F13E3B05ed5441
Octal133143361767305355124101
Binary101101111000111111000111111011101101011110110110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B63F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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