#565FF1

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

Shades of Neon Blue #565FF1

Tints of Neon Blue #565FF1

Color information

#565FF1 (or 0x565FF1) is unknown color: approx Neon Blue. HEX triplet: 56, 5F and F1. RGB value is (86,95,241). Sum of RGB (Red+Green+Blue) = 86+95+241=422 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.38% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 241 (94.53% from 255 or 57.11% from 422); Max value from RGB is 241 - color contains mainly: blue. Hex color #565FF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565FF1 is #A9A00E. Grayscale: #6C6C6C. Windows color (decimal): -11116559 or 15818582. OLE color: 15818582.

HSL color Cylindrical-coordinate representation of color #565FF1: hue angle of 236.52º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #565FF1 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8695241-
CMYK0.640.6100.05
HSL236.52º84.7%64.12%-
HSV(B)236.52º64.32%94.51%-
XYZ23.8116.5185.15-
YUV108.95202.52111.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.38%
GREEN value IS 95 (37.5% from 255) = 22.51%
BLUE value IS 241 (94.53% from 255) = 57.11%
R=20.38%
G=22.51%
B=57.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal86952410.640.6100.05236.5284.764.12
Hex565FF1403D05ed5540
Octal1261373611007505355125100
Binary1010110101111111110001100000011110101011110110110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,95,241); }

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

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

 a { background-color: rgb(86,95,241); }

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

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

 span { border-color: rgb(86,95,241); }

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