#5364FA

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

Shades of Neon Blue #5364FA

Tints of Neon Blue #5364FA

Color information

#5364FA (or 0x5364FA) is unknown color: approx Neon Blue. HEX triplet: 53, 64 and FA. RGB value is (83,100,250). Sum of RGB (Red+Green+Blue) = 83+100+250=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #5364FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5364FA is #AC9B05. Grayscale: #6F6F6F. Windows color (decimal): -11311878 or 16409683. OLE color: 16409683.

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

Color convert

RGB83100250-
CMYK0.670.600.02
HSL233.89º94.35%65.29%-
HSV(B)233.89º66.8%98.04%-
XYZ25.3817.8692.55-
YUV112.02205.87107.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.17%
GREEN value IS 100 (39.45% from 255) = 23.09%
BLUE value IS 250 (98.05% from 255) = 57.74%
R=19.17%
G=23.09%
B=57.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal831002500.670.600.02233.8994.3565.29
Hex5364FA433C02ea5e41
Octal1231443721037402352136101
Binary101001111001001111101010000111111000101110101010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5364FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5364FA; }

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

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

<style>
 a { background-color: #5364FA; }

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

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

<style>
 span { border-color: #5364FA; }

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

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