#604FF6

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

Shades of Neon Blue #604FF6

Tints of Neon Blue #604FF6

Color information

#604FF6 (or 0x604FF6) is unknown color: approx Neon Blue. HEX triplet: 60, 4F and F6. RGB value is (96,79,246). Sum of RGB (Red+Green+Blue) = 96+79+246=421 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.80% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 246 (96.48% from 255 or 58.43% from 421); Max value from RGB is 246 - color contains mainly: blue. Hex color #604FF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #604FF6 is #9FB009. Grayscale: #666666. Windows color (decimal): -10465290 or 16142176. OLE color: 16142176.

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

Color convert

RGB9679246-
CMYK0.610.6800.04
HSL246.11º90.27%63.73%-
HSV(B)246.11º67.89%96.47%-
XYZ24.2514.7388.75-
YUV103.12208.63122.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.80%
GREEN value IS 79 (31.25% from 255) = 18.76%
BLUE value IS 246 (96.48% from 255) = 58.43%
R=22.80%
G=18.76%
B=58.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal96792460.610.6800.04246.1190.2763.73
Hex604FF63D4404f65a40
Octal1401173667510404366132100
Binary1100000100111111110110111101100010001001111011010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604FF6; }

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

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

<style>
 a { background-color: #604FF6; }

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

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

<style>
 span { border-color: #604FF6; }

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

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