#565AE4

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

Shades of Neon Blue #565AE4

Tints of Neon Blue #565AE4

Color information

#565AE4 (or 0x565AE4) is unknown color: approx Neon Blue. HEX triplet: 56, 5A and E4. RGB value is (86,90,228). Sum of RGB (Red+Green+Blue) = 86+90+228=404 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.29% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 228 (89.45% from 255 or 56.44% from 404); Max value from RGB is 228 - color contains mainly: blue. Hex color #565AE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565AE4 is #A9A51B. Grayscale: #676767. Windows color (decimal): -11117852 or 14965334. OLE color: 14965334.

HSL color Cylindrical-coordinate representation of color #565AE4: hue angle of 238.31º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #565AE4 is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8690228-
CMYK0.620.6100.11
HSL238.31º72.45%61.57%-
HSV(B)238.31º62.28%89.41%-
XYZ21.514.8975.14-
YUV104.54197.67114.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.29%
GREEN value IS 90 (35.55% from 255) = 22.28%
BLUE value IS 228 (89.45% from 255) = 56.44%
R=21.29%
G=22.28%
B=56.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal86902280.620.6100.11238.3172.4561.57
Hex565AE43E3D0Bee483e
Octal126132344767501335611076
Binary101011010110101110010011111011110101011111011101001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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