#536AFF

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

Shades of Neon Blue #536AFF

Tints of Neon Blue #536AFF

Color information

#536AFF (or 0x536AFF) is unknown color: approx Neon Blue. HEX triplet: 53, 6A and FF. RGB value is (83,106,255). Sum of RGB (Red+Green+Blue) = 83+106+255=444 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.69% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #536AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #536AFF is #AC9500. Grayscale: #737373. Windows color (decimal): -11310337 or 16738899. OLE color: 16738899.

HSL color Cylindrical-coordinate representation of color #536AFF: hue angle of 231.98º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #536AFF is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB83106255-
CMYK0.670.5800
HSL231.98º100%66.27%-
HSV(B)231.98º67.45%100%-
XYZ26.7719.3796.93-
YUV116.11206.38104.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.69%
GREEN value IS 106 (41.80% from 255) = 23.87%
BLUE value IS 255 (100% from 255) = 57.43%
R=18.69%
G=23.87%
B=57.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal831062550.670.5800231.9810066.27
Hex536AFF433A00e86442
Octal1231523771037200350144102
Binary10100111101010111111111000011111010001110100011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536AFF; }

 p { color: rgb(83,106,255); }

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

<style>
 a { background-color: #536AFF; }

 a { background-color: rgb(83,106,255); }

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

<style>
 span { border-color: #536AFF; }

 span { border-color: rgb(83,106,255); }

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