#605DF5

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

Shades of Neon Blue #605DF5

Tints of Neon Blue #605DF5

Color information

#605DF5 (or 0x605DF5) is unknown color: approx Neon Blue. HEX triplet: 60, 5D and F5. RGB value is (96,93,245). Sum of RGB (Red+Green+Blue) = 96+93+245=434 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.12% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 245 (96.09% from 255 or 56.45% from 434); Max value from RGB is 245 - color contains mainly: blue. Hex color #605DF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #605DF5 is #9FA20A. Grayscale: #6E6E6E. Windows color (decimal): -10461707 or 16080224. OLE color: 16080224.

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

Color convert

RGB9693245-
CMYK0.610.6200.04
HSL241.18º88.37%66.27%-
HSV(B)241.18º62.04%96.08%-
XYZ25.2216.9188.32-
YUV111.22203.49117.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.12%
GREEN value IS 93 (36.72% from 255) = 21.43%
BLUE value IS 245 (96.09% from 255) = 56.45%
R=22.12%
G=21.43%
B=56.45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal96932450.610.6200.04241.1888.3766.27
Hex605DF53D3E04f15842
Octal140135365757604361130102
Binary110000010111011111010111110111111001001111000110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605DF5; }

 p { color: rgb(96,93,245); }

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

<style>
 a { background-color: #605DF5; }

 a { background-color: rgb(96,93,245); }

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

<style>
 span { border-color: #605DF5; }

 span { border-color: rgb(96,93,245); }

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