#5B64FA

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

Shades of Neon Blue #5B64FA

Tints of Neon Blue #5B64FA

Color information

#5B64FA (or 0x5B64FA) is unknown color: approx Neon Blue. HEX triplet: 5B, 64 and FA. RGB value is (91,100,250). Sum of RGB (Red+Green+Blue) = 91+100+250=441 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.63% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #5B64FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B64FA is #A49B05. Grayscale: #717171. Windows color (decimal): -10787590 or 16409691. OLE color: 16409691.

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

Color convert

RGB91100250-
CMYK0.640.600.02
HSL236.6º94.08%66.86%-
HSV(B)236.6º63.6%98.04%-
XYZ26.1318.2492.59-
YUV114.41204.52111.3-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.63%
GREEN value IS 100 (39.45% from 255) = 22.68%
BLUE value IS 250 (98.05% from 255) = 56.69%
R=20.63%
G=22.68%
B=56.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal911002500.640.600.02236.694.0866.86
Hex5B64FA403C02ed5e43
Octal1331443721007402355136103
Binary101101111001001111101010000001111000101110110110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B64FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,100,250); }

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

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

 a { background-color: rgb(91,100,250); }

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

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

 span { border-color: rgb(91,100,250); }

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