#5C64FF

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

Shades of Neon Blue #5C64FF

Tints of Neon Blue #5C64FF

Color information

#5C64FF (or 0x5C64FF) is unknown color: approx Neon Blue. HEX triplet: 5C, 64 and FF. RGB value is (92,100,255). Sum of RGB (Red+Green+Blue) = 92+100+255=447 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.58% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #5C64FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C64FF is #A39B00. Grayscale: #727272. Windows color (decimal): -10722049 or 16737372. OLE color: 16737372.

HSL color Cylindrical-coordinate representation of color #5C64FF: hue angle of 237.06º 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 #5C64FF is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB92100255-
CMYK0.640.6100
HSL237.06º100%68.04%-
HSV(B)237.06º63.92%100%-
XYZ27.0218.6196.78-
YUV115.28206.85111.4-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.58%
GREEN value IS 100 (39.45% from 255) = 22.37%
BLUE value IS 255 (100% from 255) = 57.05%
R=20.58%
G=22.37%
B=57.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal921002550.640.6100237.0610068.04
Hex5C64FF403D00ed6444
Octal1341443771007500355144104
Binary10111001100100111111111000000111101001110110111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C64FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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