#565AFC

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

Shades of Neon Blue #565AFC

Tints of Neon Blue #565AFC

Color information

#565AFC (or 0x565AFC) is unknown color: approx Neon Blue. HEX triplet: 56, 5A and FC. RGB value is (86,90,252). Sum of RGB (Red+Green+Blue) = 86+90+252=428 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.09% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #565AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565AFC is #A9A503. Grayscale: #6A6A6A. Windows color (decimal): -11117828 or 16538198. OLE color: 16538198.

HSL color Cylindrical-coordinate representation of color #565AFC: hue angle of 238.55º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #565AFC is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB8690252-
CMYK0.660.6400.01
HSL238.55º96.51%66.27%-
HSV(B)238.55º65.87%98.82%-
XYZ25.0616.3293.92-
YUV107.27209.67112.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.09%
GREEN value IS 90 (35.55% from 255) = 21.03%
BLUE value IS 252 (98.83% from 255) = 58.88%
R=20.09%
G=21.03%
B=58.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal86902520.660.6400.01238.5596.5166.27
Hex565AFC424001ef6142
Octal12613237410210001357141102
Binary101011010110101111110010000101000000011110111111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565AFC; }

 p { color: rgb(86,90,252); }

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

<style>
 a { background-color: #565AFC; }

 a { background-color: rgb(86,90,252); }

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

<style>
 span { border-color: #565AFC; }

 span { border-color: rgb(86,90,252); }

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