#5C63FF

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

Shades of Neon Blue #5C63FF

Tints of Neon Blue #5C63FF

Color information

#5C63FF (or 0x5C63FF) is unknown color: approx Neon Blue. HEX triplet: 5C, 63 and FF. RGB value is (92,99,255). Sum of RGB (Red+Green+Blue) = 92+99+255=446 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.63% from 446); Green value is 99 (39.06% from 255 or 22.20% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #5C63FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C63FF is #A39C00. Grayscale: #727272. Windows color (decimal): -10722305 or 16737116. OLE color: 16737116.

HSL color Cylindrical-coordinate representation of color #5C63FF: hue angle of 237.42º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C63FF is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB9299255-
CMYK0.640.6100
HSL237.42º100%68.04%-
HSV(B)237.42º63.92%100%-
XYZ26.9318.4296.74-
YUV114.69207.18111.82-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.63%
GREEN value IS 99 (39.06% from 255) = 22.20%
BLUE value IS 255 (100% from 255) = 57.17%
R=20.63%
G=22.20%
B=57.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal92992550.640.6100237.4210068.04
Hex5C63FF403D00ed6444
Octal1341433771007500355144104
Binary10111001100011111111111000000111101001110110111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C63FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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