#605FF7

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

Shades of Neon Blue #605FF7

Tints of Neon Blue #605FF7

Color information

#605FF7 (or 0x605FF7) is unknown color: approx Neon Blue. HEX triplet: 60, 5F and F7. RGB value is (96,95,247). Sum of RGB (Red+Green+Blue) = 96+95+247=438 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.92% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 247 (96.88% from 255 or 56.39% from 438); Max value from RGB is 247 - color contains mainly: blue. Hex color #605FF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #605FF7 is #9FA008. Grayscale: #707070. Windows color (decimal): -10461193 or 16211808. OLE color: 16211808.

HSL color Cylindrical-coordinate representation of color #605FF7: hue angle of 240.39º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #605FF7 is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB9695247-
CMYK0.610.6200.03
HSL240.39º90.48%67.06%-
HSV(B)240.39º61.54%96.86%-
XYZ25.717.3990-
YUV112.63203.83116.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.92%
GREEN value IS 95 (37.5% from 255) = 21.69%
BLUE value IS 247 (96.88% from 255) = 56.39%
R=21.92%
G=21.69%
B=56.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal96952470.610.6200.03240.3990.4867.06
Hex605FF73D3E03f05a43
Octal140137367757603360132103
Binary11000001011111111101111111011111100111111000010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,95,247); }

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

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

 a { background-color: rgb(96,95,247); }

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

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

 span { border-color: rgb(96,95,247); }

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