#565EF4

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

Shades of Neon Blue #565EF4

Tints of Neon Blue #565EF4

Color information

#565EF4 (or 0x565EF4) is unknown color: approx Neon Blue. HEX triplet: 56, 5E and F4. RGB value is (86,94,244). Sum of RGB (Red+Green+Blue) = 86+94+244=424 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.28% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 244 (95.70% from 255 or 57.55% from 424); Max value from RGB is 244 - color contains mainly: blue. Hex color #565EF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565EF4 is #A9A10B. Grayscale: #6C6C6C. Windows color (decimal): -11116812 or 16014934. OLE color: 16014934.

HSL color Cylindrical-coordinate representation of color #565EF4: hue angle of 236.96º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #565EF4 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB8694244-
CMYK0.650.6100.04
HSL236.96º87.78%64.71%-
HSV(B)236.96º64.75%95.69%-
XYZ24.1716.5287.5-
YUV108.71204.35111.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.28%
GREEN value IS 94 (37.11% from 255) = 22.17%
BLUE value IS 244 (95.70% from 255) = 57.55%
R=20.28%
G=22.17%
B=57.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal86942440.650.6100.04236.9687.7864.71
Hex565EF4413D04ed5841
Octal1261363641017504355130101
Binary1010110101111011110100100000111110101001110110110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,94,244); }

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

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

 a { background-color: rgb(86,94,244); }

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

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

 span { border-color: rgb(86,94,244); }

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