#605AF6

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

Shades of Neon Blue #605AF6

Tints of Neon Blue #605AF6

Color information

#605AF6 (or 0x605AF6) is unknown color: approx Neon Blue. HEX triplet: 60, 5A and F6. RGB value is (96,90,246). Sum of RGB (Red+Green+Blue) = 96+90+246=432 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.22% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 246 (96.48% from 255 or 56.94% from 432); Max value from RGB is 246 - color contains mainly: blue. Hex color #605AF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #605AF6 is #9FA509. Grayscale: #6C6C6C. Windows color (decimal): -10462474 or 16144992. OLE color: 16144992.

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

Color convert

RGB9690246-
CMYK0.610.6300.04
HSL242.31º89.66%65.88%-
HSV(B)242.31º63.41%96.47%-
XYZ25.1116.4589.04-
YUV109.58204.99118.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.22%
GREEN value IS 90 (35.55% from 255) = 20.83%
BLUE value IS 246 (96.48% from 255) = 56.94%
R=22.22%
G=20.83%
B=56.94%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal96902460.610.6300.04242.3189.6665.88
Hex605AF63D3F04f25a42
Octal140132366757704362132102
Binary110000010110101111011011110111111101001111001010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,90,246); }

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

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

 a { background-color: rgb(96,90,246); }

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

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

 span { border-color: rgb(96,90,246); }

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