#615FF7

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

Shades of Neon Blue #615FF7

Tints of Neon Blue #615FF7

Color information

#615FF7 (or 0x615FF7) is unknown color: approx Neon Blue. HEX triplet: 61, 5F and F7. RGB value is (97,95,247). Sum of RGB (Red+Green+Blue) = 97+95+247=439 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.10% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 247 (96.88% from 255 or 56.26% from 439); Max value from RGB is 247 - color contains mainly: blue. Hex color #615FF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #615FF7 is #9EA008. Grayscale: #707070. Windows color (decimal): -10395657 or 16211809. OLE color: 16211809.

HSL color Cylindrical-coordinate representation of color #615FF7: hue angle of 240.79º 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 #615FF7 is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB9795247-
CMYK0.610.6200.03
HSL240.79º90.48%67.06%-
HSV(B)240.79º61.54%96.86%-
XYZ25.8117.4490-
YUV112.93203.66116.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.10%
GREEN value IS 95 (37.5% from 255) = 21.64%
BLUE value IS 247 (96.88% from 255) = 56.26%
R=22.10%
G=21.64%
B=56.26%

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
Decimal97952470.610.6200.03240.7990.4867.06
Hex615FF73D3E03f15a43
Octal141137367757603361132103
Binary11000011011111111101111111011111100111111000110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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