#5366FA

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

Shades of Neon Blue #5366FA

Tints of Neon Blue #5366FA

Color information

#5366FA (or 0x5366FA) is unknown color: approx Neon Blue. HEX triplet: 53, 66 and FA. RGB value is (83,102,250). Sum of RGB (Red+Green+Blue) = 83+102+250=435 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.08% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #5366FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5366FA is #AC9905. Grayscale: #707070. Windows color (decimal): -11311366 or 16410195. OLE color: 16410195.

HSL color Cylindrical-coordinate representation of color #5366FA: hue angle of 233.17º 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 #5366FA is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB83102250-
CMYK0.670.5900.02
HSL233.17º94.35%65.29%-
HSV(B)233.17º66.8%98.04%-
XYZ25.5718.2492.62-
YUV113.19205.21106.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.08%
GREEN value IS 102 (40.23% from 255) = 23.45%
BLUE value IS 250 (98.05% from 255) = 57.47%
R=19.08%
G=23.45%
B=57.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal831022500.670.5900.02233.1794.3565.29
Hex5366FA433B02e95e41
Octal1231463721037302351136101
Binary101001111001101111101010000111110110101110100110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5366FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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