#605AF9

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

Shades of Neon Blue #605AF9

Tints of Neon Blue #605AF9

Color information

#605AF9 (or 0x605AF9) is unknown color: approx Neon Blue. HEX triplet: 60, 5A and F9. RGB value is (96,90,249). Sum of RGB (Red+Green+Blue) = 96+90+249=435 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.07% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 249 (97.66% from 255 or 57.24% from 435); Max value from RGB is 249 - color contains mainly: blue. Hex color #605AF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #605AF9 is #9FA506. Grayscale: #6D6D6D. Windows color (decimal): -10462471 or 16341600. OLE color: 16341600.

HSL color Cylindrical-coordinate representation of color #605AF9: hue angle of 242.26º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #605AF9 is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB9690249-
CMYK0.610.6400.02
HSL242.26º92.98%66.47%-
HSV(B)242.26º63.86%97.65%-
XYZ25.5816.6491.49-
YUV109.92206.49118.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.07%
GREEN value IS 90 (35.55% from 255) = 20.69%
BLUE value IS 249 (97.66% from 255) = 57.24%
R=22.07%
G=20.69%
B=57.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal96902490.610.6400.02242.2692.9866.47
Hex605AF93D4002f25d42
Octal1401323717510002362135102
Binary110000010110101111100111110110000000101111001010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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