#5965F1

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

Shades of Neon Blue #5965F1

Tints of Neon Blue #5965F1

Color information

#5965F1 (or 0x5965F1) is unknown color: approx Neon Blue. HEX triplet: 59, 65 and F1. RGB value is (89,101,241). Sum of RGB (Red+Green+Blue) = 89+101+241=431 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.65% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 241 (94.53% from 255 or 55.92% from 431); Max value from RGB is 241 - color contains mainly: blue. Hex color #5965F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5965F1 is #A69A0E. Grayscale: #707070. Windows color (decimal): -10918415 or 15820121. OLE color: 15820121.

HSL color Cylindrical-coordinate representation of color #5965F1: hue angle of 235.26º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5965F1 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB89101241-
CMYK0.630.5800.05
HSL235.26º84.44%64.71%-
HSV(B)235.26º63.07%94.51%-
XYZ24.6517.7885.35-
YUV113.37200.02110.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.65%
GREEN value IS 101 (39.84% from 255) = 23.43%
BLUE value IS 241 (94.53% from 255) = 55.92%
R=20.65%
G=23.43%
B=55.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal891012410.630.5800.05235.2684.4464.71
Hex5965F13F3A05eb5441
Octal131145361777205353124101
Binary101100111001011111000111111111101001011110101110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5965F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5965F1; }

 p { color: rgb(89,101,241); }

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

<style>
 a { background-color: #5965F1; }

 a { background-color: rgb(89,101,241); }

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

<style>
 span { border-color: #5965F1; }

 span { border-color: rgb(89,101,241); }

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