#5D65F1

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

Shades of Neon Blue #5D65F1

Tints of Neon Blue #5D65F1

Color information

#5D65F1 (or 0x5D65F1) is unknown color: approx Neon Blue. HEX triplet: 5D, 65 and F1. RGB value is (93,101,241). Sum of RGB (Red+Green+Blue) = 93+101+241=435 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.38% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 241 (94.53% from 255 or 55.40% from 435); Max value from RGB is 241 - color contains mainly: blue. Hex color #5D65F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D65F1 is #A29A0E. Grayscale: #727272. Windows color (decimal): -10656271 or 15820125. OLE color: 15820125.

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

Color convert

RGB93101241-
CMYK0.610.5800.05
HSL236.76º84.09%65.49%-
HSV(B)236.76º61.41%94.51%-
XYZ25.0517.9985.37-
YUV114.57199.35112.62-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.38%
GREEN value IS 101 (39.84% from 255) = 23.22%
BLUE value IS 241 (94.53% from 255) = 55.40%
R=21.38%
G=23.22%
B=55.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal931012410.610.5800.05236.7684.0965.49
Hex5D65F13D3A05ed5441
Octal135145361757205355124101
Binary101110111001011111000111110111101001011110110110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D65F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D65F1; }

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

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

<style>
 a { background-color: #5D65F1; }

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

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

<style>
 span { border-color: #5D65F1; }

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

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